Skip to content

Commit

Permalink
add sudo for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
vot4anto committed Oct 8, 2024
1 parent 10bc7bc commit 900021c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multibuild/library_builders.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function build_simple {
(cd $name_version \
&& ./configure --prefix=$BUILD_PREFIX $configure_args \
&& make -j4 \
&& make install)
&& if [ -n "$IS_OSX" ]; then sudo make install; else make install; fi)
touch "${name}-stamp"
}

Expand Down

0 comments on commit 900021c

Please sign in to comment.