Tiny fixes.

This commit is contained in:
Mr_Goldberg 2019-05-03 08:47:40 -04:00
parent 9cdf99c63a
commit 3552eed3ec
No known key found for this signature in database
GPG Key ID: 8597D87419DEF278
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ build_windows:
- DLL_FILES="$(ls dll/*.cpp | tr "\n" " ")"; sed "s|dll/\*.cpp|$DLL_FILES|g" -i *.bat
- DLL_FILES="$(ls detours/*.cpp | tr "\n" " ")"; sed "s|detours/\*.cpp|$DLL_FILES|g" -i *.bat
- DLL_FILES="$(ls dll/*.proto | tr "\n" " " | sed "s/.proto/.pb.cc/g")"; sed "s|dll/\*.cc|$DLL_FILES|g" -i *.bat
- WINEDEBUG=-all
- export WINEDEBUG=-all
- wine cmd /c build_win_release.bat
artifacts:
paths: