mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-02-24 04:01:12 +00:00
wrong libSDLmain.a library linked when using SDL 1.2
This commit is contained in:
parent
95b5bb0679
commit
5690005965
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ elseif(UNIX)
|
|||
DEPENDS ${CMAKE_SOURCE_DIR}/libs/sdl/build/.libs/libSDL.a
|
||||
)
|
||||
if(CMAKE_SYSTEM MATCHES "Darwin")
|
||||
set(SDL32_BUNDLED_LIBRARIES ${SDL32_BUNDLED_LIBRARIES} "${CMAKE_SOURCE_DIR}/libs/sdl/build/libSDL2main.a")
|
||||
set(SDL32_BUNDLED_LIBRARIES ${SDL32_BUNDLED_LIBRARIES} "${CMAKE_SOURCE_DIR}/libs/sdl/build/.libs/libSDLmain.a")
|
||||
endif(CMAKE_SYSTEM MATCHES "Darwin")
|
||||
set(SDL32_BUNDLED_LIBRARIES ${SDL32_BUNDLED_LIBRARIES} "${CMAKE_SOURCE_DIR}/libs/sdl/build/.libs/libSDL.a" PARENT_SCOPE)
|
||||
set(SDL32_BUNDLED_INCLUDE_DIR "${CMAKE_SOURCE_DIR}/libs/sdl/include" PARENT_SCOPE)
|
||||
|
|
Loading…
Reference in a new issue