mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 702724 - Avoid compiler error when JDK version >= 7 [r=kats]
This commit is contained in:
parent
3935455cb3
commit
0be5069d97
@ -66,6 +66,7 @@ endif
|
||||
|
||||
JAVAC_FLAGS = \
|
||||
-target $(JAVA_VERSION) \
|
||||
-source $(JAVA_VERSION) \
|
||||
-classpath $(JAVA_CLASSPATH) \
|
||||
-bootclasspath $(JAVA_BOOTCLASSPATH) \
|
||||
-encoding ascii \
|
||||
|
Loading…
Reference in New Issue
Block a user