diff --git a/src/config.inc b/src/config.inc index 440d36082df..34f91340f97 100644 --- a/src/config.inc +++ b/src/config.inc @@ -1,3 +1,5 @@ +CONFIGDIR := $(dir $(lastword $(MAKEFILE_LIST))) + # Build platform (use one of AUTO, Unix, OSX_Universal, MSVC, Cygwin, MinGW) BUILD_ENV = AUTO @@ -24,3 +26,5 @@ LIBZIPINC = ../../libzip/lib # Signing identity for MacOS Gatekeeper OSX_IDENTITY="Developer ID Application: Daniel Kroening" + +-include $(CONFIGDIR)/config.local