Code

Fix a typo in the osx-build.sh script.
authorMichael Wybrow <Michael.Wybrow@infotech.monash.edu.au>
Tue, 9 Mar 2010 22:23:19 +0000 (09:23 +1100)
committerMichael Wybrow <Michael.Wybrow@infotech.monash.edu.au>
Tue, 9 Mar 2010 22:23:19 +0000 (09:23 +1100)
packaging/macosx/osx-build.sh

index e53b49670999990154e008d2a562c9e923333763..5fd8f9a76a538795f4c8c306120e60d3b532aed3 100755 (executable)
@@ -180,7 +180,7 @@ then
        export CFLAGS="$CFLAGS -isysroot $SDK -arch ppc -arch i386"
        export CXXFLAGS="$CFLAGS"
 
-       export CONFFLAGS="$CONFLAGS --disable-dependency-tracking"
+       export CONFFLAGS="$CONFFLAGS --disable-dependency-tracking"
 fi
 
 # Actions