summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3bfa7f44b1..2ded645be1 100644
--- a/Makefile
+++ b/Makefile
@@ -97,6 +97,7 @@ LIBRARY_SDC_OUTPUTDIR = $(PROJECT_APIDOCDIR)
LIBRARY_JAR_ARCHIVE = $(PROJECT_LIBRARYDIR)/$(PROJECT_NAME).jar
LIBRARY_JAR_INPUTDIR = $(PROJECT_OUTPUTDIR)
LIBRARY_JAR_FILES += scala
+LIBRARY_SCALAC = $(if $(boot),$(SCALAC)boot,$(SCALAC_SCALAC))
# scala interpreter
INTERPRETER_ROOT = $(PROJECT_SOURCEDIR)/scala/tools/scalai