From 15bbf9f7b2f9067159469c9c9bdb4183b25bc9c6 Mon Sep 17 00:00:00 2001 From: Andrew Lamoureux Date: Wed, 15 Mar 2017 23:38:36 -0400 Subject: root CMakeLists.txt references json properly --- Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9eb2d52a..0b18c061 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ -UNAME_S := $(shell uname -s) -ifeq ($(UNAME_S),Darwin) - LIB := -L/Applications/Binary\ Ninja.app/Contents/MacOS/ -lbinaryninjacore -else - LIB := -L$(HOME)/binaryninja/ -lbinaryninjacore -endif +#UNAME_S := $(shell uname -s) +#ifeq ($(UNAME_S),Darwin) +# LIB := -L/Applications/Binary\ Ninja.app/Contents/MacOS/ -lbinaryninjacore +#else +# LIB := -L$(HOME)/binaryninja/ -lbinaryninjacore +#endif TARGETDIR := bin -- cgit v1.3.1