Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Budd <mjbudd77@gmail.com>2020-07-12 19:33:42 +0300
committerMatthew Budd <mjbudd77@gmail.com>2020-07-12 19:33:42 +0300
commit71f64529bf09782003d1303a420c0d08acbbe918 (patch)
tree7daffba001d86a66ec892badb09f8d950cc53555 /pipelines
parent70a2b3023a6ff26775d5644a7cd25fa9e2433e6a (diff)
Added sudo calls to mac os build
Diffstat (limited to 'pipelines')
-rwxr-xr-xpipelines/macOS_build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/pipelines/macOS_build.sh b/pipelines/macOS_build.sh
index a058d91f..7e82d3d2 100755
--- a/pipelines/macOS_build.sh
+++ b/pipelines/macOS_build.sh
@@ -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