Commit acb6994f authored by nanahira's avatar nanahira

Revert "need a native premake5"

This reverts commit 5d907e10.
parent 53c9f9f3
Pipeline #15271 passed with stages
in 5 minutes and 21 seconds
......@@ -11,7 +11,7 @@ export IRRLICHT_LIB_DIR=$PWD/irrlicht
./.ci/libevent-prebuild.sh
premake5 gmake --cc=clang --build-freetype --build-sqlite --no-use-irrklang
./premake5 gmake --cc=clang --build-freetype --build-sqlite --no-use-irrklang
cd build
make config=release -j4
......
......@@ -91,6 +91,7 @@ mat_macos:
- linux
script:
- apt update; apt -y install wget tar
- wget -O - https://cdn01.moecube.com/ygopro-build-materials/premake-5.0.0-beta1-macosx.tar.gz | tar zfx -
# - wget -O - https://cdn01.moecube.com/ygopro-build-materials/libirrklang-patched-dylib.tar.gz | tar zfx -
- mkdir irrlicht
- cd irrlicht
......@@ -98,6 +99,7 @@ mat_macos:
- cd ..
artifacts:
paths:
- premake5
- irrlicht
mat_windows:
......@@ -200,6 +202,8 @@ exec_macos_platform_m1:
extends: .exec_macos_platform
tags:
- macos-m1
variables:
MAC_ARM: 1
exec_macos:
stage: combine
......
......@@ -202,7 +202,7 @@ workspace "YGOPro"
filter { "configurations:Release", "not action:vs*" }
symbols "On"
defines "NDEBUG"
if not ON_MAC_ARM then
if not MAC_ARM then
buildoptions "-march=native"
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment