mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
release 1.91
This commit is contained in:
parent
f7e40c9b2e
commit
74e770b1ec
8 changed files with 18 additions and 21 deletions
2
configure
vendored
2
configure
vendored
|
@ -52,7 +52,7 @@ CC="${CC-${CROSS_COMPILE}gcc}"
|
|||
CXX="${CXX-${CROSS_COMPILE}g++}"
|
||||
AS="${AS-${CROSS_COMPILE}as}"
|
||||
STRIP="${STRIP-${CROSS_COMPILE}strip}"
|
||||
SDL_CONFIG="`$CC --print-sysroot`/usr/bin/sdl-config"
|
||||
SDL_CONFIG="`$CC --print-sysroot 2> /dev/null || true`/usr/bin/sdl-config"
|
||||
MAIN_LDLIBS="$LDLIBS -lm"
|
||||
config_mak="config.mak"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue