Skip to content

Commit

Permalink
Use -fPIC.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosra committed Mar 31, 2022
1 parent 9a70477 commit 2deceeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
-DSDL_SENSOR=OFF \
-DSDL_THREADS=OFF \
-DSDL_SHARED=OFF \
`# Needed so it can be linked to a *.so for Magnum Python Bindings` \
-DSDL_STATIC_PIC=ON \
-G Ninja -S sdl -B build
ninja -C build install/strip
- name: Remove sdl2-config binary, M4 and pkgconfig cruft
Expand Down

0 comments on commit 2deceeb

Please sign in to comment.