diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-24 21:12:10 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-24 21:17:18 +0200 |
| commit | ef0a4fdf9b85692e03a0f13ac4439c37a8b6d4aa (patch) | |
| tree | 51b13bf42083d5a66748cdd2cf8b0ae06ad01264 /cscript | |
| parent | d1e03c7453f4f168c6f0bb567427b0e5f049ba26 (diff) | |
Build static on Linux.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ def build(target, options): if target.platform == 'linux': type = 'generic' blockdev = 'linux' - ext = 'so' + ext = 'a' device = 'dev' elif target.platform == 'osx': if target.bits == 64: |
