Skip to content

Commit

Permalink
install_tools with regex
Browse files Browse the repository at this point in the history
  • Loading branch information
sc1f committed Oct 12, 2021
1 parent 18999d8 commit acbb4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ try {
execute`tar xfz boost_1_71_0.tar.gz`;
process.chdir("boost_1_71_0");
execute`./bootstrap.sh`;
execute`./b2 -j8 --with-program_options --with-filesystem --with-system install `;
execute`./b2 -j8 --with-program_options --with-filesystem --with-regex --with-system link=static install`;

console.log("-- Installing Flatbuffers");
execute`mkdir -p /usr/local`;
Expand Down

0 comments on commit acbb4f0

Please sign in to comment.