mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 23:29:44 -06:00
Missed a needed -fPIC.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6350 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
3
Externals/SOIL/CMakeLists.txt
vendored
3
Externals/SOIL/CMakeLists.txt
vendored
@ -4,3 +4,6 @@ set(SRCS image_DXT.c
|
|||||||
stb_image_aug.c)
|
stb_image_aug.c)
|
||||||
|
|
||||||
add_library(SOIL STATIC ${SRCS})
|
add_library(SOIL STATIC ${SRCS})
|
||||||
|
if(UNIX)
|
||||||
|
add_definitions(-fPIC)
|
||||||
|
endif(UNIX)
|
||||||
|
Reference in New Issue
Block a user