diff options
author | dhewg | 2012-01-21 16:09:24 +0100 |
---|---|---|
committer | dhewg | 2012-01-21 16:29:56 +0100 |
commit | 3dca6fe2bb4537cc223c423d9942c80cb6b8f99e (patch) | |
tree | 27aadb6750f9f7802e40a4300dfba5b4ae6160f4 /configure | |
parent | fd874216fe2e7cb5b956c1de8615aef484245d0b (diff) | |
download | scummvm-rg350-3dca6fe2bb4537cc223c423d9942c80cb6b8f99e.tar.gz scummvm-rg350-3dca6fe2bb4537cc223c423d9942c80cb6b8f99e.tar.bz2 scummvm-rg350-3dca6fe2bb4537cc223c423d9942c80cb6b8f99e.zip |
CONFIGURE: Add WebOS --sysroot to CXXFLAGS
Fixes compilation with PDK 3.0.5 (libc headers were now found).
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2088,6 +2088,7 @@ case $_host_os in LIBS="$LIBS -lnsl -lsocket" ;; webos) + CXXFLAGS="$CXXFLAGS --sysroot=$WEBOS_PDK/arm-gcc/sysroot" CXXFLAGS="$CXXFLAGS -I$WEBOS_PDK/include" CXXFLAGS="$CXXFLAGS -I$WEBOS_PDK/include/SDL" CXXFLAGS="$CXXFLAGS -I$WEBOS_PDK/device/usr/include" |