We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8fa4e commit 0c5112aCopy full SHA for 0c5112a
setup.py
@@ -4,7 +4,11 @@
4
from setuptools import setup, find_packages
5
try:
6
from pybind11.setup_helpers import Pybind11Extension, build_ext
7
+ import pybind11
8
+ print("AAAAA:", pybind11.get_include())
9
+ print("AAAAA:", pybind11.get_include(True))
10
except ImportError:
11
+ print("BBBB")
12
from setuptools import Extension as Pybind11Extension
13
from setuptools.command.build_ext import build_ext
14
0 commit comments