comparison make/bsd/makefiles/launcher.make @ 9430:147162b27799

GRAAL-234 - PTX code loading
author Morris Meyer <morris.meyer@oracle.com>
date Tue, 30 Apr 2013 08:17:55 -0400
parents b9a9ed0f8eeb
children
comparison
equal deleted inserted replaced
9429:aaf8798b0969 9430:147162b27799
65 # So, the actual filename collision is libjpeg.dylib and libJPEG.dylib. 65 # So, the actual filename collision is libjpeg.dylib and libJPEG.dylib.
66 # To resolve this, gamma needs to also statically link with the CoreFoundation 66 # To resolve this, gamma needs to also statically link with the CoreFoundation
67 # framework libraries. 67 # framework libraries.
68 68
69 ifeq ($(OS_VENDOR),Darwin) 69 ifeq ($(OS_VENDOR),Darwin)
70 LFLAGS_LAUNCHER += -framework CoreFoundation 70 LFLAGS_LAUNCHER += -framework CoreFoundation -framework ApplicationServices
71 endif 71 endif
72 72
73 LIBS_LAUNCHER += -l$(JVM) $(LIBS) 73 LIBS_LAUNCHER += -l$(JVM) $(LIBS)
74 endif 74 endif
75 75