summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-04 15:17:01 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-04 15:17:01 +0100
commitf2a1573f085e7e822bc8a4a3cc3fbf5eaecbb741 (patch)
tree02a70c86621006a08250bb32974456e2188a2bee
parent01c7d4c51c7dc3e15f2feedfffc05a8cb85cb5a3 (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--cscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/cscript b/cscript
index 868486f..f7b859d 100644
--- a/cscript
+++ b/cscript
@@ -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'