diff --git a/configure/CONFIG b/configure/CONFIG index 5ac37321b2d02959b43f3b7eedcb4d039faae582..62221ba82b934f6939459623f3f1701116f20509 100644 --- a/configure/CONFIG +++ b/configure/CONFIG @@ -28,4 +28,6 @@ ifdef T_A -include $(TOP)/configure/O.$(T_A)/CONFIG_APP_INCLUDE endif +ifneq ($(OS_CLASS), Darwin) STATIC_BUILD=YES +endif