summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Lamoureux <andrew@vector35.com>2017-03-15 23:38:36 -0400
committerAndrew Lamoureux <andrew@vector35.com>2017-03-15 23:38:36 -0400
commit15bbf9f7b2f9067159469c9c9bdb4183b25bc9c6 (patch)
treefeef2fad881cd459ec7e3dcb8461e52c73694613 /Makefile
parent743eec72deecab87fd0a9914e8dc42375ef7e18a (diff)
root CMakeLists.txt references json properly
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
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