summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-06-24 21:32:46 +0100
committerCarl Hetherington <cth@carlh.net>2019-06-24 21:32:46 +0100
commite4b00ee4391f0e8a514097622aa5a5cf7c7cccf8 (patch)
treeec48124609710ef8d4aee7830fff8cbb9cd34eec /cscript
parentcfc663e4091c047558ffd2042410ab042ab01ce1 (diff)
Osx hackz.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 3fb9488..aee9922 100644
--- 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':