diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-12-08 07:21:38 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-12-08 07:21:38 +0100 |
commit | 6816962ee01601117df83afc6ec20cb9764fac1b (patch) | |
tree | 04666959453220844770927fedb0e73ee5403403 /compilation | |
parent | a0a77f293acd16d1a05f750d6c2705528ac7ccdb (diff) |
Another typo.
Diffstat (limited to 'compilation')
-rwxr-xr-x | compilation | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compilation b/compilation index 07ca87b..c7b124e 100755 --- a/compilation +++ b/compilation @@ -152,7 +152,7 @@ tar xvfz Mesa-7.4.4-osmesa-darwin9-precomp.tar.gz mkdir -p lua-interface-distrib/darwin9 cd LuaJIT-darwin9 -make CROSS=i686-apple-darwin9- TARGET=Darwin BUILDMODE=static || exit -1 +make CROSS=i686-apple-darwin9- TARGET_SYS=Darwin BUILDMODE=static || exit -1 cd .. cd lua-interface-darwin9 |