From c83c74d3c2257ca864e876c0657c06af032a7b46 Mon Sep 17 00:00:00 2001 From: TheCharlatan Date: Wed, 2 Oct 2019 22:33:48 +0200 Subject: Add Apple support --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b91344c0..bf248913 100644 --- a/Makefile +++ b/Makefile @@ -30,3 +30,8 @@ scanner: debug-static-win64: mkdir -p $(builddir)/debug && cd $(builddir)/debug && cmake -G "MSYS Makefiles" -D DEV_MODE=ON -D ARCH="x86-64" -D BUILD_64=ON -D CMAKE_BUILD_TYPE=Debug -D BUILD_TAG="win-x64" -D CMAKE_TOOLCHAIN_FILE=$(topdir)/cmake/64-bit-toolchain.cmake -D MSYS2_FOLDER=c:/msys64 -D MINGW=ON $(topdir) && $(MAKE) + +debug-static-mac64: + mkdir -p $(builddir)/debug + cd $(builddir)/debug && cmake -D STATIC=ON -D DEV_MODE=ON -D ARCH="x86-64" -D BUILD_64=ON -D CMAKE_BUILD_TYPE=release -D BUILD_TAG="mac-x64" $(topdir) && $(MAKE) + -- cgit v1.2.3