mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-09-09 19:43:04 +02:00
fix libssq dep path when generating for msys2 or native gnu make
This commit is contained in:
parent
4b484e0df9
commit
f2e9beacd8
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ local overlay_link_linux = {
|
|||
---------
|
||||
local x32_ssq_libdir = deps_dir .. "libssq/build32"
|
||||
local x64_ssq_libdir = deps_dir .. "libssq/build64"
|
||||
if os.target() == "windows" then
|
||||
if string.match(_ACTION, 'vs.+') then
|
||||
x32_ssq_libdir = x32_ssq_libdir .. "/Release"
|
||||
x64_ssq_libdir = x64_ssq_libdir .. "/Release"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue