mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-02-23 20:01:06 +00:00
fixed cross-compiling SDL on 64bit Debian
This commit is contained in:
parent
e8ce6a671d
commit
c1fd573abc
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@ elseif(UNIX)
|
|||
# Build bundled SDL library
|
||||
#-----------------------------------------------------------------
|
||||
add_custom_command(OUTPUT ${CMAKE_SOURCE_DIR}/libs/sdl/build/.libs/libSDL.a
|
||||
COMMAND ${CROSS_COMPILE32_FLAGS} ./configure && make
|
||||
# disable svga and directfb modules for cross-compiling on 64bit Debian Squeezy
|
||||
COMMAND ${CROSS_COMPILE32_FLAGS} ./configure --disable-video-svga --disable-video-directfb && make
|
||||
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/libs/sdl
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue