summaryrefslogtreecommitdiff
path: root/tools/codegen
diff options
context:
space:
mode:
Diffstat (limited to 'tools/codegen')
-rwxr-xr-xtools/codegen2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/codegen b/tools/codegen
index 734235aef8..35c93fba16 100755
--- a/tools/codegen
+++ b/tools/codegen
@@ -3,6 +3,6 @@
THISDIR=`dirname $0`
SCALALIB=$THISDIR/../src/library/scala
-BINDIR=$THISDIR/../build/pack/bin
+BINDIR=$THISDIR/../build/quick/bin
$BINDIR/scala scala.tools.cmd.gen.Codegen "$@"