mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-08-13 02:45:34 +02:00
format
This commit is contained in:
parent
eb72effe72
commit
ec8ffc77e3
1 changed files with 26 additions and 24 deletions
|
@ -50,7 +50,9 @@ local basic_dir_win = "build/deps/win/"
|
||||||
local basic_dir_linux = "build/deps/linux/"
|
local basic_dir_linux = "build/deps/linux/"
|
||||||
|
|
||||||
local overlay_link_windows = {
|
local overlay_link_windows = {
|
||||||
"ingame_overlay.lib", "system.lib", "mini_detour.lib"
|
"ingame_overlay.lib",
|
||||||
|
"system.lib",
|
||||||
|
"mini_detour.lib"
|
||||||
}
|
}
|
||||||
|
|
||||||
local overlay_link_linux = {
|
local overlay_link_linux = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue