diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-06-24 21:32:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-06-24 21:32:46 +0100 |
| commit | e4b00ee4391f0e8a514097622aa5a5cf7c7cccf8 (patch) | |
| tree | ec48124609710ef8d4aee7830fff8cbb9cd34eec /cscript | |
| parent | cfc663e4091c047558ffd2042410ab042ab01ce1 (diff) | |
Osx hackz.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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': |
