From f2a1573f085e7e822bc8a4a3cc3fbf5eaecbb741 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 4 Jan 2021 15:17:01 +0100 Subject: Revert "Add -fPIC to Linux builds so the static lwext library can be linked with the dynamic libdcpomatic2.so" This reverts commit 0b38e3e62df25a89db98e101e530edf1a4316cd3. --- cscript | 1 - 1 file changed, 1 deletion(-) (limited to 'cscript') 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' -- cgit v1.2.3