Use STATIC_BUILD=NO on Linux, because Andor's only has a shareable version of their library

git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@14412 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
This commit is contained in:
rivers
2012-02-02 00:47:55 +00:00
parent 8b30d060da
commit 225fc07a73
+3
View File
@@ -31,9 +31,12 @@ PROD_LIBS += atmcd64m
else ifeq (linux-x86_64, $(findstring linux-x86_64, $(T_A)))
PROD_LIBS += andor
# Cannot do STATIC_BUILD on Linux because Andor only provides .so file
STATIC_BUILD=NO
else ifeq (linux-x86, $(findstring linux-x86, $(T_A)))
PROD_LIBS += andor
STATIC_BUILD=NO
endif