Skip to content

Commit 0c5112a

Browse files
committed
test docs compile
1 parent fc8fa4e commit 0c5112a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

+4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
from setuptools import setup, find_packages
55
try:
66
from pybind11.setup_helpers import Pybind11Extension, build_ext
7+
import pybind11
8+
print("AAAAA:", pybind11.get_include())
9+
print("AAAAA:", pybind11.get_include(True))
710
except ImportError:
11+
print("BBBB")
812
from setuptools import Extension as Pybind11Extension
913
from setuptools.command.build_ext import build_ext
1014

0 commit comments

Comments
 (0)