This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Merge branch 'master' of
https://github.com/raysan5/raylib
pull/1357/head
raysan5
4 years ago
parent
090490389e
cd1b71b3f9
commit
5c097b26d4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/windows.yml
+ 1
- 1
.github/workflows/windows.yml
View File
@ -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'
Write
Preview
Loading…
Cancel
Save