Skip to content

Commit 1d63cbb

Browse files
authored
Python: workaround issue with cmake & manylinux (#2938)
1 parent 84645fd commit 1d63cbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def main():
6565
cmake_args += ["-DOGRE_GLSUPPORT_USE_EGL=ON",
6666
"-DOGRE_BUILD_RENDERSYSTEM_VULKAN=ON",
6767
"-DOGRE_BUILD_PLUGIN_GLSLANG=ON",
68+
"-DPYTHON_LIBRARY=dontcare", # workaround issue with cmake & manylinux
6869
"-DCMAKE_CXX_FLAGS=-s", # strip assimp
6970
"-DCMAKE_INSTALL_RPATH=$ORIGIN;$ORIGIN/OGRE"]
7071
elif sys.platform == "darwin":

0 commit comments

Comments
 (0)