diff options
| author | Andrew Lamoureux <andrew@vector35.com> | 2017-03-15 23:38:36 -0400 |
|---|---|---|
| committer | Andrew Lamoureux <andrew@vector35.com> | 2017-03-15 23:38:36 -0400 |
| commit | 15bbf9f7b2f9067159469c9c9bdb4183b25bc9c6 (patch) | |
| tree | feef2fad881cd459ec7e3dcb8461e52c73694613 /Makefile | |
| parent | 743eec72deecab87fd0a9914e8dc42375ef7e18a (diff) | |
root CMakeLists.txt references json properly
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |
