Ray
há 5 anos
committed by
GitHub
ascendente
cometimento
6f98c0c9b6
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com
1 adições e
1 eliminações
-
.github/workflows/windows.yml
|
|
@ -55,7 +55,7 @@ jobs: |
|
|
|
cd src |
|
|
|
make PLATFORM=PLATFORM_DESKTOP CC=gcc RAYLIB_LIBTYPE=STATIC RAYLIB_RELEASE_PATH="../build/raylib_3.1_win${{ matrix.bits }}/lib-mingw-w64" |
|
|
|
make SHELL=cmd clean |
|
|
|
make PLATFORM=PLATFORM_DESKTOP CC=gcc RAYLIB_LIBTYPE=SHARED RAYLIB_RELEASE_PATH="../build/raylib_3.1_win${{ matrix.bits }}/lib-mingw-w64" |
|
|
|
make PLATFORM=PLATFORM_DESKTOP CC=gcc RAYLIB_LIBTYPE=SHARED RAYLIB_RELEASE_PATH="../build/raylib_3.1_win${{ matrix.bits }}/lib-mingw-w64" -B |
|
|
|
cd .. |
|
|
|
if: matrix.compiler == 'mingw-w64' |
|
|
|
|
|
|
|