diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-12-25 01:59:31 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-12-25 01:59:31 +0100 |
commit | 96ac4fa96ab7568fdf8e23d7ed7ed1b402f2a3c8 (patch) | |
tree | 39c464ed6c9a87190b524c8e1776861613046745 /Makefile | |
parent | 9f4c235dd7eba4f62bce7b271a0e114973babadd (diff) |
Fixing darwin9 compilation.
Diffstat (limited to 'Makefile')
-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 |