make/common/Defs-macosx.gmk

Print this page

        

@@ -51,10 +51,15 @@
 
 ifndef PLATFORM_SRC
   PLATFORM_SRC = $(BUILDDIR)/../src/solaris
 endif # PLATFORM_SRC
 
+# Location of the various .properties files specific to MacOS X platform
+ifndef PLATFORM_PROPERTIES
+  PLATFORM_PROPERTIES  = $(BUILDDIR)/../src/macosx/lib
+endif # PLATFORM_SRC
+
 PLATFORM_SRC_MACOS = $(BUILDDIR)/../src/macosx
 
 # BSD build pulls its platform sources from the solaris tree.
 JAVA_SRCDIR_LIST = src/$(PLATFORM) src/solaris src/share
 NATIVE_SRCDIR_LIST = src/$(PLATFORM) src/solaris src/share