8327675: jspawnhelper should be built on all unix platforms
Reviewed-by: shade, stuefe, erikj
This commit is contained in:
parent
06f7bb5a32
commit
585a958441
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved.
|
# Copyright (c) 2011, 2024, Oracle and/or its affiliates. All rights reserved.
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
#
|
#
|
||||||
# This code is free software; you can redistribute it and/or modify it
|
# This code is free software; you can redistribute it and/or modify it
|
||||||
@ -73,7 +73,7 @@ endif
|
|||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
ifeq ($(call isTargetOs, macosx aix linux), true)
|
ifeq ($(call isTargetOsType, unix), true)
|
||||||
$(eval $(call SetupJdkExecutable, BUILD_JSPAWNHELPER, \
|
$(eval $(call SetupJdkExecutable, BUILD_JSPAWNHELPER, \
|
||||||
NAME := jspawnhelper, \
|
NAME := jspawnhelper, \
|
||||||
SRC := $(TOPDIR)/src/$(MODULE)/unix/native/jspawnhelper, \
|
SRC := $(TOPDIR)/src/$(MODULE)/unix/native/jspawnhelper, \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user