Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
YGOPRO-520DIY
ygopro
Commits
cf9427bb
Commit
cf9427bb
authored
Jun 14, 2025
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use premake 5.0.0-beta7
parent
bdd3995e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
.github/workflows/build.yml
.github/workflows/build.yml
+2
-2
premake5.lua
premake5.lua
+2
-1
No files found.
.github/workflows/build.yml
View file @
cf9427bb
...
...
@@ -65,7 +65,7 @@ jobs:
id
:
premake
uses
:
mercury233/action-cache-download-file@v1.0.0
with
:
url
:
https://github.com/premake/premake-core/releases/download/v5.0.0-beta
6/premake-5.0.0-beta6
-windows.zip
url
:
https://github.com/premake/premake-core/releases/download/v5.0.0-beta
7/premake-5.0.0-beta7
-windows.zip
filename
:
premake5.zip
-
name
:
Extract premake
...
...
@@ -258,7 +258,7 @@ jobs:
premake-version
:
5.0.0-beta4
-
name
:
ubuntu-24
os
:
ubuntu-24.04
premake-version
:
5.0.0-beta
6
premake-version
:
5.0.0-beta
7
-
name
:
ubuntu-static-link
os
:
ubuntu-22.04
premake-version
:
5.0.0-beta4
...
...
premake5.lua
View file @
cf9427bb
...
...
@@ -249,6 +249,7 @@ if os.istarget("macosx") then
TARGET_MAC_ARM
=
true
elseif
not
MAC_INTEL
then
-- automatic target arm64, need extra detect
-- os.hostarch can't be relied on in premake 5.0-beta6 and older
local
uname
=
os
.
outputof
(
"uname -m"
)
local
proctranslated
=
os
.
outputof
(
"sysctl sysctl.proc_translated"
)
if
uname
:
find
(
"arm"
)
or
proctranslated
then
...
...
@@ -319,7 +320,7 @@ workspace "YGOPro"
targetdir
"bin/debug/x64"
filter
{
"configurations:Release"
,
"action:vs*"
}
if
linktimeoptimization
then
if
linktimeoptimization
then
-- available since premake 5.0-beta4
linktimeoptimization
"On"
else
flags
{
"LinkTimeOptimization"
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment