Skip to content

Commit f8f1e33

Browse files
committed
fix MacOS/iOS openjdk-src build regression (part 2)
1 parent d06f493 commit f8f1e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openjdk-src.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ else
333333
openjdk-sources += \
334334
$(openjdk-src)/solaris/native/java/net/bsd_close.c
335335

336-
ifeq ($(ios),true)
336+
ifeq ($(platform),ios)
337337
openjdk-local-sources += \
338338
$(src)/openjdk/my_java_props_macosx.c
339339
else

0 commit comments

Comments
 (0)