Skip to content

Commit

Permalink
Python: workaround issue with cmake & manylinux (#2938)
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj authored Sep 10, 2023
1 parent 84645fd commit 1d63cbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def main():
cmake_args += ["-DOGRE_GLSUPPORT_USE_EGL=ON",
"-DOGRE_BUILD_RENDERSYSTEM_VULKAN=ON",
"-DOGRE_BUILD_PLUGIN_GLSLANG=ON",
"-DPYTHON_LIBRARY=dontcare", # workaround issue with cmake & manylinux
"-DCMAKE_CXX_FLAGS=-s", # strip assimp
"-DCMAKE_INSTALL_RPATH=$ORIGIN;$ORIGIN/OGRE"]
elif sys.platform == "darwin":
Expand Down

0 comments on commit 1d63cbb

Please sign in to comment.