Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
Archivist
/
raylib-src
espelho de
https://github.com/raysan5/raylib
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
24
Wiki
Trabalho
Ver a proveniência
Merge branch 'master' of
https://github.com/raysan5/raylib
pull/1357/head
raysan5
há 5 anos
ascendente
090490389e
cd1b71b3f9
cometimento
5c097b26d4
1 ficheiros alterados
com
1 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
.github/workflows/windows.yml
+ 1
- 1
.github/workflows/windows.yml
Ver ficheiro
@ -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'
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar