mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-10 19:45:49 +00:00
Linux build fix.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6999 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
cb48f5969a
commit
f1e8da63ec
8 changed files with 5 additions and 22 deletions
3
Externals/SOIL/CMakeLists.txt
vendored
3
Externals/SOIL/CMakeLists.txt
vendored
|
@ -4,6 +4,3 @@ set(SRCS image_DXT.c
|
|||
stb_image_aug.c)
|
||||
|
||||
add_library(SOIL STATIC ${SRCS})
|
||||
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||
add_definitions(-fPIC)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue