diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-04 15:17:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-04 15:17:01 +0100 |
| commit | f2a1573f085e7e822bc8a4a3cc3fbf5eaecbb741 (patch) | |
| tree | 02a70c86621006a08250bb32974456e2188a2bee | |
| parent | 01c7d4c51c7dc3e15f2feedfffc05a8cb85cb5a3 (diff) | |
Revert "Add -fPIC to Linux builds so the static lwext library can be linked with the dynamic libdcpomatic2.so"
This reverts commit 0b38e3e62df25a89db98e101e530edf1a4316cd3.
| -rw-r--r-- | cscript | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -48,7 +48,6 @@ def build(target, options): blockdev = 'linux' ext = 'a' device = 'dev' - target.command('CFLAGS=-fPIC cmake .') elif target.platform == 'osx': if target.arch == 'x86_64': type = 'osx' |
