DEADSOFTWARE

added Meta for native compiler
[cpc.git] / make.sh
diff --git a/make.sh b/make.sh
index 070241473dfc406ad0a5442093ec611f9267ccd3..c0de9df21135b0fc5adf07c85f0eca39d5313daf 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -186,6 +186,7 @@ compile_all() {
     System/Mod/Integers.odc
 
   if [ "$_target" = "native" ]; then
+    compile System/Mod/Meta.odc
     mv -t System Code Sym
   fi