This website works better with JavaScript.
首頁
探索
說明
登入
Archivist
/
raylib-src
镜像来自
https://github.com/raysan5/raylib
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
24
Wiki
Activity
瀏覽代碼
Merge branch 'master' of
https://github.com/raysan5/raylib
pull/1357/head
raysan5
5 年之前
父節點
090490389e
cd1b71b3f9
當前提交
5c097b26d4
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/windows.yml
+ 1
- 1
.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'
Write
Preview
Loading…
取消
儲存