diff options
author | Cameron Cawley | 2017-12-07 23:46:47 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2018-04-07 09:30:07 +0200 |
commit | b3ccc1ce744d161e0c64b4400ef51e6c4f50f346 (patch) | |
tree | 897e5ea6777e225d04c416df785884d08575ca61 /configure | |
parent | a7defc21363ce4a89b5ac65220956555d0210f78 (diff) | |
download | scummvm-rg350-b3ccc1ce744d161e0c64b4400ef51e6c4f50f346.tar.gz scummvm-rg350-b3ccc1ce744d161e0c64b4400ef51e6c4f50f346.tar.bz2 scummvm-rg350-b3ccc1ce744d161e0c64b4400ef51e6c4f50f346.zip |
DS: Fix detection of external libraries
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2565,7 +2565,6 @@ case $_host_os in append_var CXXFLAGS "-fdata-sections" append_var CXXFLAGS "-fno-strict-aliasing" append_var CXXFLAGS "-fuse-cxa-atexit" - append_var LDFLAGS "-specs=ds_arm9.specs" append_var LDFLAGS "-mthumb-interwork" append_var LDFLAGS "-mfloat-abi=soft" append_var LDFLAGS "-Wl,-Map,map.txt" @@ -2579,6 +2578,7 @@ case $_host_os in append_var LDFLAGS "-L$DEVKITPRO/libnds/lib" append_var LDFLAGS "-L$DEVKITPRO/portlibs/nds/lib" append_var LDFLAGS "-L$DEVKITPRO/portlibs/armv5te/lib" + append_var LIBS "-specs=ds_arm9.specs" append_var LIBS "-lnds9" ;; freebsd*) |