Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit da86f08

Browse files
Fix a javac rule problem causing un-necessary rebuilds
1 parent 539270e commit da86f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/java.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
[
5959
# Java writes the output file based on the class name.
6060
# Use some Make nastiness to correct the output name
61-
'<(PRODUCT_DIR)/>(java_classes_dir_name)/$(subst\t/../livecode/engine,,$(subst\t<(INTERMEDIATE_DIR)/,,$(subst\tsrc/java/,,<(RULE_INPUT_DIRNAME))))/<(RULE_INPUT_ROOT).class',
61+
'<(PRODUCT_DIR)/>(java_classes_dir_name)/$(subst\t../livecode/engine/,,$(subst\t<(INTERMEDIATE_DIR)/,,$(subst\tsrc/java/,,<(RULE_INPUT_DIRNAME))))/<(RULE_INPUT_ROOT).class',
6262
],
6363

6464
'action':

0 commit comments

Comments
 (0)