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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user