1
0
Prechádzať zdrojové kódy

amberc: add Compiler-Exceptions to Compiler libraries

mkroehnert 12 rokov pred
rodič
commit
345ff06323
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      bin/amberc

+ 1 - 1
bin/amberc

@@ -100,7 +100,7 @@ fi
 
 # Define our predefined library combinations
 KERNEL="boot Kernel-Objects Kernel-Classes Kernel-Methods Kernel-Collections Kernel-Exceptions Kernel-Transcript Kernel-Announcements"
-COMPILER="$KERNEL parser Compiler"
+COMPILER="$KERNEL parser Compiler Compiler-Exceptions"
 
 # Predefined initializer
 INITIALIZER="$AMBER/js/init.js"