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
1
Merge Requests
1
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
nanahira
ygopro
Commits
5b2831dc
Commit
5b2831dc
authored
Nov 03, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update USE_DYNAMIC cond
parent
0db1bb80
Pipeline
#41438
canceled with stages
in 6 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ocgcore
ocgcore
+1
-1
premake5.lua
premake5.lua
+1
-1
No files found.
ocgcore
@
5a82befc
Subproject commit
8dc2821cc2e4890a8eb79837ca0db38e8ed92761
Subproject commit
5a82befc4962397f522a71dfa5e3f6893daaf6df
premake5.lua
View file @
5b2831dc
...
...
@@ -364,7 +364,7 @@ if GetParam("ocgcore-dynamic") then
OCGCORE_DYNAMIC
=
true
end
if
OCGCORE_DYNAMIC
then
if
OCGCORE_DYNAMIC
or
USE_AUDIO
and
AUDIO_LIB
==
'irrklang'
and
not
IRRKLANG_PRO
then
USE_DYNAMIC
=
true
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