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
947c14e4
Commit
947c14e4
authored
Mar 27, 2025
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
60ef8e15
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
8 deletions
+2
-8
.github/workflows/build.yml
.github/workflows/build.yml
+1
-3
gframe/premake5.lua
gframe/premake5.lua
+1
-0
premake/miniaudio/premake5.lua
premake/miniaudio/premake5.lua
+0
-5
No files found.
.github/workflows/build.yml
View file @
947c14e4
...
...
@@ -279,8 +279,7 @@ jobs:
-
name
:
Use premake to generate make files
run
:
|
./premake5 gmake \
--freetype-include-dir="/usr/include/freetype2" \
--opus-include-dir="/usr/include/opus" \
--freetype-include-dir="/usr/include/freetype2"
-
name
:
Make
run
:
|
...
...
@@ -376,7 +375,6 @@ jobs:
./premake5 gmake \
--cc=clang \
--freetype-include-dir="/usr/local/include/freetype2" \
--opus-include-dir="/usr/local/include/opus" \
--irrlicht-include-dir="../irrlicht/include" \
--irrlicht-lib-dir="../irrlicht/source/Irrlicht/MacOSX/build/Release"
...
...
gframe/premake5.lua
View file @
947c14e4
...
...
@@ -44,6 +44,7 @@ project "YGOPro"
links
{
"miniaudio"
}
if
not
BUILD_OPUS_VORBIS
and
MINIAUDIO_SUPPORT_OPUS_VORBIS
then
links
{
"opusfile"
,
"vorbisfile"
}
libdirs
{
OPUS_LIB_DIR
,
VORBIS_LIB_DIR
}
end
end
...
...
premake/miniaudio/premake5.lua
View file @
947c14e4
...
...
@@ -29,12 +29,7 @@ project "miniaudio"
"external/vorbis/include"
}
else
print
(
"OPUS_LIB_DIR:"
)
print
(
OPUS_LIB_DIR
)
print
(
"VORBIS_LIB_DIR:"
)
print
(
VORBIS_LIB_DIR
)
includedirs
{
OPUS_INCLUDE_DIR
,
VORBIS_INCLUDE_DIR
}
libdirs
{
OPUS_LIB_DIR
,
VORBIS_LIB_DIR
}
end
end
...
...
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