diff 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
line wrap: on
line diff
--- a/make/bsd/makefiles/launcher.make	Tue Apr 30 13:00:09 2013 +0200
+++ b/make/bsd/makefiles/launcher.make	Tue Apr 30 08:17:55 2013 -0400
@@ -67,7 +67,7 @@
   # framework libraries.
 
   ifeq ($(OS_VENDOR),Darwin)
-    LFLAGS_LAUNCHER         += -framework CoreFoundation
+    LFLAGS_LAUNCHER         += -framework CoreFoundation -framework ApplicationServices
   endif
 
   LIBS_LAUNCHER             += -l$(JVM) $(LIBS)