diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-01 23:04:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-12-01 23:04:14 +0100 |
| commit | 0b38e3e62df25a89db98e101e530edf1a4316cd3 (patch) | |
| tree | cd9205cec155e07ba6f5fe2a89e996b6e74851cd /cscript | |
| parent | 370b3de68bd9862f69b34b1b69c9ded503250054 (diff) | |
Add -fPIC to Linux builds so the static lwext library can be linked with the dynamic libdcpomatic2.so
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ def build(target, options): blockdev = 'linux' ext = 'a' device = 'dev' + target.command('CFLAGS=-fPIC cmake .') elif target.platform == 'osx': if target.bits == 64: type = 'osx' |
