Skip to content

Commit

Permalink
fix path to boost/variant.hpp on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed May 29, 2014
1 parent 2f1e36d commit b31579c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ make bench
make clean

# compare object sizes against boost::variant
make sizes `brew --prefix`/include/boost/variant.hpp
make sizes /usr/include/boost/variant.hpp
make clean

# test building with gyp
Expand Down

0 comments on commit b31579c

Please sign in to comment.