Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/config.inc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
CONFIGDIR := $(dir $(lastword $(MAKEFILE_LIST)))

# Build platform (use one of AUTO, Unix, OSX_Universal, MSVC, Cygwin, MinGW)
BUILD_ENV = AUTO

Expand All @@ -24,3 +26,5 @@ LIBZIPINC = ../../libzip/lib
# Signing identity for MacOS Gatekeeper

OSX_IDENTITY="Developer ID Application: Daniel Kroening"

-include $(CONFIGDIR)/config.local