diff options
Diffstat (limited to 'homebrew/veraxx/.make.sh-auto')
-rw-r--r-- | homebrew/veraxx/.make.sh-auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/veraxx/.make.sh-auto b/homebrew/veraxx/.make.sh-auto new file mode 100644 index 000000000..746201574 --- /dev/null +++ b/homebrew/veraxx/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +resource("boost").stage do +./bootstrap.sh --prefix=#{buildpath}/3rdParty --with-libraries=filesystem,system,program_options,regex,wave,python +./b2 install threading=multi link=static warnings=off cxxflags=-DBOOST_WAVE_SUPPORT_MS_EXTENSIONS=1 -s NO_BZIP2=1 |