Don't do static builds on Darwin, not supported
git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@7484 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
This commit is contained in:
+5
-1
@@ -12,4 +12,8 @@ include $(TOP)/configure/CONFIG_APP
|
||||
# before this takes effect.
|
||||
#IOCS_APPL_TOP = <the top of the application as seen by the IOC>
|
||||
|
||||
STATIC_BUILD=YES
|
||||
ifeq (Darwin, $(OS_CLASS))
|
||||
STATIC_BUILD=NO
|
||||
else
|
||||
STATIC_BUILD=YES
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user