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:
authormjbudd77 <mjbudd77@gmail.com>2020-10-18 02:40:49 +0300
committermjbudd77 <mjbudd77@gmail.com>2020-10-18 02:40:49 +0300
commitb1bb6b4f08f2cc4d495362c3179dd6ecd04b2571 (patch)
tree3066f9a49100adfe38823d598f8973e83546af87 /pipelines
parent5715ec235a0f9f49338e49dfbeba01bbe90bbb44 (diff)
Removed fceux.pro qmake file. Qt/SDL port will always use cmake.
Diffstat (limited to 'pipelines')
-rwxr-xr-xpipelines/macOS_build.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/pipelines/macOS_build.sh b/pipelines/macOS_build.sh
index b096dce2..9774b0d3 100755
--- a/pipelines/macOS_build.sh
+++ b/pipelines/macOS_build.sh
@@ -43,7 +43,6 @@ brew install minizip
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig:
-#QMAKE=`find /usr/local -name qmake`;
QT_CMAKE=`find /usr/local -name Qt5Config.cmake`
echo $QT_CMAKE;
export Qt5_DIR=`dirname $QT_CMAKE`;
@@ -54,7 +53,6 @@ echo '*** Building Project ***'
echo '**************************'
mkdir build;
cd build;
-#$QMAKE ..
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=$INSTALL_PREFIX \