diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-20 23:21:31 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-20 23:21:31 +0200 |
| commit | ecb7d8ce82315397cdfccdb4271a95b17639dd9e (patch) | |
| tree | b3da8ee02268db6fd8ba19946c138276ecdfdeb5 /src/wscript | |
| parent | 61dd7a7daeb67deb03791d6b186138e98b383753 (diff) | |
Always build statically for the sake of AppImage.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wscript b/src/wscript index cbea215..d78c18b 100644 --- a/src/wscript +++ b/src/wscript @@ -1,5 +1,5 @@ def build(bld): - obj = bld(features='cxx cxxshlib') + obj = bld(features='cxx cxxstlib') obj.name = 'libleqm_nrt' obj.target = 'leqm_nrt' obj.export_includes = ['.'] |
