Skip to content

Commit

Permalink
Test if --no-copy-dt-neede-entries is another way to avoid the implic…
Browse files Browse the repository at this point in the history
…it include becoming explicit
  • Loading branch information
ptheywood committed Apr 22, 2024
1 parent 3355684 commit 7607ca1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Manylinux2014.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ jobs:
-DFLAMEGPU_ENABLE_NVTX="ON"
-DGLEW_USE_STATIC_LIBS="${{ env.USE_STATIC_GLEW }}"
-DOpenGL_GL_PREFERENCE:STRING=LEGACY
-DFLAMEGPU_BUILD_PYTHON_PATCHELF=ON
-DFLAMEGPU_BUILD_PYTHON_PATCHELF=OFF
-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--no-copy-dt-needed-entries"
- name: Build python wheel
if: ${{ env.FLAMEGPU_BUILD_PYTHON == 'ON' }}
Expand Down

0 comments on commit 7607ca1

Please sign in to comment.