Skip to content

Commit

Permalink
[skip slack] remove env -i
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Jan 8, 2025
1 parent 304201d commit b049f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/linux/build_monero_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ do
then
echo "file exist, not building monero_c for ${COIN}/$target.";
else
env -i ./build_single.sh ${COIN} $target $NPROC
./build_single.sh ${COIN} $target $NPROC
unxz -f ../monero_c/release/${COIN}/${target}_libwallet2_api_c.so.xz
fi
done
Expand Down

0 comments on commit b049f4a

Please sign in to comment.