mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-07-15 12:55:16 +02:00
fix steamclient_experimental path on linux
This commit is contained in:
parent
f9c156ca4f
commit
3b819ef557
1 changed files with 2 additions and 2 deletions
|
@ -627,9 +627,9 @@ project "steamclient_experimental"
|
||||||
-- targetdir
|
-- targetdir
|
||||||
---------
|
---------
|
||||||
filter { "system:windows", }
|
filter { "system:windows", }
|
||||||
targetdir("build/" .. os_iden .. "/%{_ACTION}/%{cfg.buildcfg}/steamclient_experimental/%{cfg.platform}")
|
targetdir("build/" .. os_iden .. "/%{_ACTION}/%{cfg.buildcfg}/steamclient_experimental")
|
||||||
filter { "system:linux", }
|
filter { "system:linux", }
|
||||||
targetdir("build/" .. os_iden .. "/%{_ACTION}/%{cfg.buildcfg}/experimental/%{cfg.platform}")
|
targetdir("build/" .. os_iden .. "/%{_ACTION}/%{cfg.buildcfg}/steamclient_experimental/%{cfg.platform}")
|
||||||
|
|
||||||
|
|
||||||
-- name
|
-- name
|
||||||
|
|
Loading…
Add table
Reference in a new issue