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:
rivers
2008-07-25 14:44:30 +00:00
parent 66277a71c0
commit e9eb00c854
+5 -1
View File
@@ -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