summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Schweer <ws.seh.de>2008-02-27 09:47:38 +0000
committerWerner Schweer <ws.seh.de>2008-02-27 09:47:38 +0000
commitf5802fcedf4de1cfd6f75c58efa06682cd9856a4 (patch)
tree02a5d4a91e43f22e3050876f14239016f999bc5d
parent7011e18a3fea5e550ca17987d2492eab9ed095c6 (diff)
add -fPIC to compile flags
-rw-r--r--muse/synti/zynaddsubfx/UI/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse/synti/zynaddsubfx/UI/CMakeLists.txt b/muse/synti/zynaddsubfx/UI/CMakeLists.txt
index 02e05981..9b385ff9 100644
--- a/muse/synti/zynaddsubfx/UI/CMakeLists.txt
+++ b/muse/synti/zynaddsubfx/UI/CMakeLists.txt
@@ -48,7 +48,7 @@ add_library (
set_target_properties ( zyngui
PROPERTIES
- COMPILE_FLAGS "-O3 -PIC -fvisibility=hidden -DASM_F2I_YES -DOS_LINUX -DFFTW_VERSION_3"
+ COMPILE_FLAGS "-O3 -fPIC -fvisibility=hidden -DASM_F2I_YES -DOS_LINUX -DFFTW_VERSION_3"
)