Fix incorrect flags being passed to javac on cygwin/mingw
This commit is contained in:
parent
733851bdab
commit
fb94b312e0
1 changed files with 1 additions and 1 deletions
|
|
@ -596,7 +596,7 @@ java_cpp: $(SRCDIR_SRCS)
|
|||
# ----------------------------------------------------------------
|
||||
|
||||
java_compile: $(SRCDIR_SRCS)
|
||||
$(COMPILETOOL) $(JAVAC) $(JAVACFLAGS) $(addprefix $(SRCDIR),$(JAVASRCS))
|
||||
$(COMPILETOOL) $(JAVAC) $(addprefix $(SRCDIR),$(JAVASRCS))
|
||||
|
||||
# -----------------------------------------------------------------
|
||||
# Run java example
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue