Ray
há 4 anos
committed by
GitHub
ascendente
cometimento
cd1b71b3f9
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
|
|
@ -54,7 +54,7 @@ jobs: |
|
|
|
run: | |
|
|
|
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 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' |
|
|
|
|
|
|
|