Skip to content

Commit

Permalink
Add -fPIC compilation flag to SDL
Browse files Browse the repository at this point in the history
Fixes #102
  • Loading branch information
terrybrash committed Oct 20, 2018
1 parent d191908 commit b850234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-lin.sh
Expand Up @@ -19,6 +19,7 @@ pushd third_party/SDL2-2.0.8
-D CMAKE_INSTALL_PREFIX="../linux64"
-G "Unix Makefiles"
-D CMAKE_DEBUG_POSTFIX="_debug"
-D SDL_STATIC_PIC:BOOL=ON
'

mkdir -p build/linrelease
Expand Down

0 comments on commit b850234

Please sign in to comment.