diff options
| author | Michael Wybrow <michael.wybrow@monash.edu> | 2010-03-09 22:23:19 +0000 |
|---|---|---|
| committer | Michael Wybrow <Michael.Wybrow@infotech.monash.edu.au> | 2010-03-09 22:23:19 +0000 |
| commit | 8f5bdae1501bb3500406b51b33a789985b6de356 (patch) | |
| tree | 5c97daa4c81a931a65041c60bde860aa770924ed | |
| parent | Made some improvements to the osx-build.sh script to use BZR and to be able (diff) | |
| download | inkscape-8f5bdae1501bb3500406b51b33a789985b6de356.tar.gz inkscape-8f5bdae1501bb3500406b51b33a789985b6de356.zip | |
Fix a typo in the osx-build.sh script.
(bzr r9170.1.1)
| -rwxr-xr-x | packaging/macosx/osx-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/osx-build.sh b/packaging/macosx/osx-build.sh index e53b49670..5fd8f9a76 100755 --- a/packaging/macosx/osx-build.sh +++ b/packaging/macosx/osx-build.sh @@ -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 |
