Kaydet (Commit) d66f1a16 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Skip the java part when --without-java.

üst 40d9b2eb
......@@ -41,9 +41,6 @@ my_components = \
introspection \
invocadapt \
invocation \
javaloader \
javavm \
juh \
namingservice \
proxyfac \
reflection \
......@@ -53,6 +50,16 @@ my_components = \
textoutstream \
uuresolver
.IF "$(SOLAR_JAVA)" != ""
my_components = \
$(my_components) \
javaloader \
javavm \
juh
.ENDIF
.INCLUDE: settings.mk
.INCLUDE: target.mk
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment