DEADSOFTWARE

added Meta for native compiler
authorDeaDDooMER <deaddoomer@deadsoftware.ru>
Mon, 1 Jul 2019 17:15:55 +0000 (20:15 +0300)
committerDeaDDooMER <deaddoomer@deadsoftware.ru>
Mon, 1 Jul 2019 17:15:55 +0000 (20:15 +0300)
make.sh
src/native/generic/System/Mod/Meta.odc [new file with mode: 0644]

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
 
diff --git a/src/native/generic/System/Mod/Meta.odc b/src/native/generic/System/Mod/Meta.odc
new file mode 100644 (file)
index 0000000..2641c82
Binary files /dev/null and b/src/native/generic/System/Mod/Meta.odc differ