summaryrefslogtreecommitdiff
path: root/demoscript/Util.py
diff options
context:
space:
mode:
Diffstat (limited to 'demoscript/Util.py')
-rw-r--r--demoscript/Util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/demoscript/Util.py b/demoscript/Util.py
index b0f22c727e6..c7f4c003959 100644
--- a/demoscript/Util.py
+++ b/demoscript/Util.py
@@ -291,7 +291,7 @@ def configurePaths():
addenv("CLASSPATH", os.path.join(javaDir, "lib", "IcePatch2.jar"))
if not iceHome:
addenv("CLASSPATH", os.path.join(javaDir, "lib"))
- addenv("CLASSPATH", os.path.join("classes"))
+ addenv("CLASSPATH", os.path.join("build", "classes"))
#
# On Windows, C# assemblies are found thanks to the .exe.config files.