Osx hackz.
authorCarl Hetherington <cth@carlh.net>
Mon, 24 Jun 2019 20:32:46 +0000 (21:32 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 24 Jun 2019 20:32:46 +0000 (21:32 +0100)
cscript

diff --git a/cscript b/cscript
index 3fb948865a4e04b27dc7524370e4953dc26f6c38..aee9922587894e3fcac62526544941f8033d2857 100644 (file)
--- a/cscript
+++ b/cscript
@@ -26,7 +26,7 @@ def build(target, options):
         if target.bits == 64:
             type = 'osx'
         else:
-            type = 'osx-32'
+            type = 'osx32'
         blockdev = 'linux'
         ext = 'dylib'
     elif target.platform == 'windows':