]> git.saurik.com Git - apple/libsystem.git/blobdiff - Makefile
Libsystem-88.3.4.tar.gz
[apple/libsystem.git] / Makefile
index 9e4b0df37851e6779fe2171e791ebc738d8d1e22..8b7bc07349a591adea8825fb79a54108d8e6bb29 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,9 +26,13 @@ MAKEFILE = library.make
 NEXTSTEP_INSTALLDIR = $(USRLIBDIR)
 WINDOWS_INSTALLDIR = /Library/Frameworks
 PDO_UNIX_INSTALLDIR = /Library/Frameworks
+
+ifneq ($(filter %64,$(RC_ARCHS)),)
+LP64 = 1
+endif
 LIBS = -lc -lcommonCrypto -ldyldapis -linfo -lm -lmacho\
        -lnotify -lunc -lkeymgr
-ifneq ($(RC_ARCHS),ppc64)
+ifndef LP64
 LIBS += -lstreams -lkvm -llaunch
 endif
 DEBUG_LIBS = $(LIBS)