Removed sudo from ./make install as a dependency. (0.41.5)
You should run this command when you are root by su or something similiar.
This commit is contained in:
parent
8e895dafcc
commit
7372365961
1 changed files with 1 additions and 1 deletions
2
make
2
make
|
|
@ -96,7 +96,7 @@ elif [ "$target" = "freebsd" ]; then
|
|||
-DFUN_WITH_REPL=ON \
|
||||
&& cmake --build build --target fun
|
||||
elif [ "$target" = "install" ]; then
|
||||
sudo cmake --build build --target install
|
||||
cmake --build build --target install
|
||||
elif [ "$target" = "minimal" ]; then
|
||||
rm -rf build \
|
||||
&& cmake -S . -B build \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue