Explorar o código

amberc: add Compiler-Exceptions to Compiler libraries

mkroehnert %!s(int64=12) %!d(string=hai) anos
pai
achega
345ff06323
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"