Skip to content

Commit

Permalink
Merge pull request #304 from dicej/darwin-openjdk-src
Browse files Browse the repository at this point in the history
fix MacOS/iOS openjdk-src build regression (part 2)
  • Loading branch information
joshuawarner32 committed Jul 22, 2014
2 parents 4c5d316 + f8f1e33 commit 8471bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openjdk-src.mk
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ else
openjdk-sources += \
$(openjdk-src)/solaris/native/java/net/bsd_close.c

ifeq ($(ios),true)
ifeq ($(platform),ios)
openjdk-local-sources += \
$(src)/openjdk/my_java_props_macosx.c
else
Expand Down

0 comments on commit 8471bef

Please sign in to comment.