diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-12-25 03:01:17 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-12-25 03:01:17 +0100 |
commit | ea90d8c76d4516723e61198ff70f308f4e575e15 (patch) | |
tree | a14cf58912455d3a0ced29dc83331880b63e8cb0 | |
parent | cfae9728fdae6921cdbb558092a9a76cf26211da (diff) | |
parent | 96ac4fa96ab7568fdf8e23d7ed7ed1b402f2a3c8 (diff) |
Merge branch 'master' of /pub/repo.git/lua-modules-iup
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ USR=/usr/i686-apple-darwin9 FINK=$(USR) LIBXM = $(FINK) endif -LIBXM = $(FINK)/sw/lib/libXm.a +LIBXM = $(FINK)/sw/lib/libXm.a -lXp else ARCH_FLAGS=-march=i686 -m32 SHARED_FLAGS=-shared |