We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84645fd commit 1d63cbbCopy full SHA for 1d63cbb
setup.py
@@ -65,6 +65,7 @@ def main():
65
cmake_args += ["-DOGRE_GLSUPPORT_USE_EGL=ON",
66
"-DOGRE_BUILD_RENDERSYSTEM_VULKAN=ON",
67
"-DOGRE_BUILD_PLUGIN_GLSLANG=ON",
68
+ "-DPYTHON_LIBRARY=dontcare", # workaround issue with cmake & manylinux
69
"-DCMAKE_CXX_FLAGS=-s", # strip assimp
70
"-DCMAKE_INSTALL_RPATH=$ORIGIN;$ORIGIN/OGRE"]
71
elif sys.platform == "darwin":
0 commit comments