Added sudo calls to mac os build

This commit is contained in:
Matthew Budd 2020-07-12 12:33:42 -04:00
parent 70a2b3023a
commit 71f64529bf
1 changed files with 2 additions and 2 deletions

View File

@ -67,8 +67,8 @@ cmake \
-DCPACK_PACKAGE_VERSION_PATCH=$FCEUX_VERSION_PATCH \
.. || exit 1
make -j $NPROC || exit 1
make install || exit 1
cpack -G DragNDrop || exit 1
sudo make install || exit 1
sudo cpack -G DragNDrop || exit 1
# Debug via ssh if necessary
if [ ! -z $APPVEYOR_SSH_BLOCK ]; then