< prev index next >

make/CreateJmods.gmk

Print this page

        

@@ -133,12 +133,12 @@
         $(call LogWarn, Creating $(patsubst $(OUTPUT_ROOT)/%, %, $@))
         $(call MakeDir, $(JMODS_DIR) $(JMODS_TEMPDIR))
         $(RM) $@ $(JMODS_TEMPDIR)/$(notdir $@)
         $(JMOD) create \
             --module-version $(VERSION_SHORT) \
-            --os-name '$(REQUIRED_OS_NAME)' \
-            --os-arch '$(REQUIRED_OS_ARCH)' \
+            --os-name '$(OPENJDK_MODULE_TARGET_OS_NAME)' \
+            --os-arch '$(OPENJDK_MODULE_TARGET_OS_ARCH)' \
             --module-path $(JMODS_DIR) \
             --exclude '**{_the.*,_*.marker,*.diz,*.debuginfo,*.dSYM/**,*.dSYM,*.pdb,*.map}' \
             $(JMOD_FLAGS) $(JMODS_TEMPDIR)/$(notdir $@)
         $(MV) $(JMODS_TEMPDIR)/$(notdir $@) $@
 
< prev index next >