Skip to content

Commit

Permalink
fix gyp build
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Dec 17, 2016
1 parent 4923eb5 commit 5baa948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ mason_packages/headers/boost: $(MASON)
gyp: ./deps/gyp
deps/gyp/gyp --depth=. -Goutput_dir=./ --generator-output=./out -f make
make V=1 -C ./out tests
./out/Release/tests
./out/$(BUILDTYPE)/tests

out/bench-variant-debug: Makefile mason_packages/headers/boost test/bench_variant.cpp
mkdir -p ./out
Expand Down

0 comments on commit 5baa948

Please sign in to comment.