aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorChris Warren-Smith2011-08-16 11:58:43 +1000
committerChris Warren-Smith2011-08-21 16:39:08 +1000
commita31b74f3e98a083c8d5e20facf06d126b9504c76 (patch)
tree1f6b06536bc8c69a2994061dd00a8b8400721f37 /configure
parent1370e65de9a6b73c06ba3203bd64e9ffaba33fac (diff)
downloadscummvm-rg350-a31b74f3e98a083c8d5e20facf06d126b9504c76.tar.gz
scummvm-rg350-a31b74f3e98a083c8d5e20facf06d126b9504c76.tar.bz2
scummvm-rg350-a31b74f3e98a083c8d5e20facf06d126b9504c76.zip
BADA: Code formatting and style changes following review
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index c4d6bc116b..bdbe9ef1da 100755
--- a/configure
+++ b/configure
@@ -1793,12 +1793,12 @@ case $_host_os in
_seq_midi=no
;;
bada)
- BADA_SDK_ROOT="`cygpath.exe -m ${BADA_SDK}`"
+ BADA_SDK_ROOT="`cygpath -m ${BADA_SDK}`"
add_line_to_config_mk "BADA_SDK = $BADA_SDK"
add_line_to_config_mk "BADA_SDK_ROOT = $BADA_SDK_ROOT"
# assume dependencies have been installed in cygwin's /usr/local
- CYGWIN_USR_LOCAL="`cygpath.exe -m /usr/local`"
+ CYGWIN_USR_LOCAL="`cygpath -m /usr/local`"
LDFLAGS="$LDFLAGS -L${CYGWIN_USR_LOCAL}/lib"
CXXFLAGS="$CXXFLAGS -I${CYGWIN_USR_LOCAL}/include"
;;