]> git.lizzy.rs Git - metalua.git/blobdiff - src/make.sh
fix in the unix make script, useless trace removed from match, added win32 binaries...
[metalua.git] / src / make.sh
index 740202d89b18ecca97c66e2fa9120e822d3cfbeb..5cb78c524855d06073f59a8416a33f336af42b8a 100755 (executable)
@@ -33,7 +33,7 @@ echo '*** Create the distribution directories, populate them with lib sources **
 mkdir -p ${BUILD_BIN}
 mkdir -p ${BUILD_LIB}
 cp -R lib/* ${BUILD_LIB}/
-cp -R bin/* ${BUILD_BIN}/
+# cp -R bin/* ${BUILD_BIN}/ # No binaries provided for unix (for now)
 
 echo '*** Generate a callable metalua shell script ***'