Added comments to Darwin
git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@13402 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
This commit is contained in:
@@ -38,8 +38,11 @@ ifeq (Linux, $(OS_CLASS))
|
||||
STATIC_BUILD=YES
|
||||
SHARED_LIBRARIES=NO
|
||||
endif
|
||||
# Building statically on Darwin is not possible (well, it's possible but difficult and discouraged
|
||||
# by Apple), but we can build depending only on system libraries that are part of Mac OS X
|
||||
#ifeq (Darwin, $(OS_CLASS))
|
||||
# STATIC_BUILD=NO
|
||||
# SHARED_LIBRARIES=NO
|
||||
#endif
|
||||
#ifeq (solaris, $(OS_CLASS))
|
||||
# STATIC_BUILD=YES
|
||||
|
||||
Reference in New Issue
Block a user