Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Archivist
/
raylib-src
espelhamento de
https://github.com/raysan5/raylib
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
24
Wiki
Atividade
Ver código fonte
Merge branch 'master' of
https://github.com/raysan5/raylib
pull/1357/head
raysan5
5 anos atrás
pai
090490389e
cd1b71b3f9
commit
5c097b26d4
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
.github/workflows/windows.yml
+ 1
- 1
.github/workflows/windows.yml
Ver arquivo
@ -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é-visualização
Carregando…
Cancelar
Salvar