mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-07-29 19:55:30 +02:00
linux doesnt have release dir for ssq
This commit is contained in:
parent
38ef574626
commit
b298976fcf
1 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@ local x32_libsdir_win = {
|
|||
}
|
||||
|
||||
local x32_libsdir_linux = {
|
||||
basic_dir_linux .. "libssq/build32/Release",
|
||||
basic_dir_linux .. "libssq/build32",
|
||||
basic_dir_linux .. "curl/install32/lib",
|
||||
basic_dir_linux .. "protobuf/install32/lib",
|
||||
basic_dir_linux .. "zlib/install32/lib",
|
||||
|
@ -140,7 +140,7 @@ local x64_libsdir_win = {
|
|||
}
|
||||
|
||||
local x64_libsdir_linux = {
|
||||
basic_dir_linux .. "libssq/build64/Release",
|
||||
basic_dir_linux .. "libssq/build64",
|
||||
basic_dir_linux .. "curl/install64/lib",
|
||||
basic_dir_linux .. "protobuf/install64/lib",
|
||||
basic_dir_linux .. "zlib/install64/lib",
|
||||
|
|
Loading…
Add table
Reference in a new issue