Skip to content

Commit 9a7963d

Browse files
committed
reapply workaround fix
1 parent e6f5c26 commit 9a7963d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

premake5.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ workspace "YGOPro"
520520
for _, dep in ipairs(DEPENDENCIES_METADATA) do
521521
if _G["BUILD_" .. string.upper(dep.name)] then
522522
-- 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, "."))
523+
include((dep.source_dir or dep.name) .. "/.")
524524
end
525525
end
526526
if USE_AUDIO then

0 commit comments

Comments
 (0)