mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2024-11-09 22:28:38 +01:00
Error build if debug steamclient doesn't get built.
This commit is contained in:
parent
4e3331ddad
commit
1ff11daf57
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ build_windows:
|
|||
- wine cmd /c build_win_release.bat
|
||||
- mkdir release/debug_experimental
|
||||
- mv steam_api.dll steam_api64.dll release/debug_experimental/
|
||||
- rm -f steamclient.dll steamclient64.dll
|
||||
- wine cmd /c build_win_debug_experimental_steamclient.bat
|
||||
- mkdir release/debug_experimental_steamclient
|
||||
- mv steamclient.dll steamclient64.dll release/debug_experimental_steamclient/
|
||||
|
|
Loading…
Reference in a new issue