aboutsummaryrefslogtreecommitdiff
path: root/codegenerator.mk
diff options
context:
space:
mode:
authorJim Carroll <thecarrolls@jiminger.com>2013-03-16 13:22:57 -0400
committerJim Carroll <thecarrolls@jiminger.com>2013-03-16 13:27:02 -0400
commit72eeac20ce3854eab48d9ef5411cbedc086cc1ff (patch)
treecf74ef256fa4d1df5d6755bf0c44562c6f0b86c3 /codegenerator.mk
parente4969fefef9f47d6f0fd4c018e66801b5d5a4ca2 (diff)
[fix] Update the groovy library to the lastest 1.x version to fix the "non-latin characters in the path" issue. Closes #13517
Diffstat (limited to 'codegenerator.mk')
-rw-r--r--codegenerator.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/codegenerator.mk b/codegenerator.mk
index f2d28faeb1..7eddb3817a 100644
--- a/codegenerator.mk
+++ b/codegenerator.mk
@@ -32,7 +32,7 @@ GENERATE_DEPS += $(TOPDIR)/xbmc/interfaces/legacy/*.h $(TOPDIR)/xbmc/interfaces/
vpath %.i $(INTERFACES_DIR)/swig
$(GENDIR)/%.cpp: $(GENDIR)/%.xml $(JAVA) $(SWIG) $(DOXY_XML_PATH)
- $(JAVA) -cp "$(GROOVY_DIR)/groovy-all-1.8.4.jar:$(GROOVY_DIR)/commons-lang-2.6.jar:$(TOPDIR)/tools/codegenerator:$(INTERFACES_DIR)/python" \
+ $(JAVA) -cp "$(GROOVY_DIR)/groovy-all-1.8.9.jar:$(GROOVY_DIR)/commons-lang-2.6.jar:$(TOPDIR)/tools/codegenerator:$(INTERFACES_DIR)/python" \
groovy.ui.GroovyMain $(TOPDIR)/tools/codegenerator/Generator.groovy $< $(INTERFACES_DIR)/python/PythonSwig.cpp.template $@ $(DOXY_XML_PATH)
rm $<