We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f5c26 commit 9a7963dCopy full SHA for 9a7963d
1 file changed
premake5.lua
@@ -520,7 +520,7 @@ workspace "YGOPro"
520
for _, dep in ipairs(DEPENDENCIES_METADATA) do
521
if _G["BUILD_" .. string.upper(dep.name)] then
522
-- Build dependency as subproject, using our pre-provided premake script (copy from the premake directory of the project before running premake)
523
- include(path.join(dep.source_dir or dep.name, "."))
+ include((dep.source_dir or dep.name) .. "/.")
524
end
525
526
if USE_AUDIO then
0 commit comments