本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
Archivist
/
raylib-src
镜像来自
https://github.com/raysan5/raylib
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
24
Wiki
活動
瀏覽代碼
Set the correct version of make on macos (
#1202
)
pull/1210/head
Stefan E. Mayer
4 年之前
committed by
GitHub
父節點
3f1029c281
當前提交
6582084e9b
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID:
4AEE18F83AFDEB23
共有
4 個檔案被更改
,包括
12 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
projects/4coder/Makefile
+3
-0
templates/advance_game/Makefile
+3
-0
templates/simple_game/Makefile
+3
-0
templates/standard_game/Makefile
+ 3
- 0
projects/4coder/Makefile
查看文件
@ -177,6 +177,9 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
ifeq
(
$(
PLATFORM_OS
)
,LINUX
)
MAKE
=
make
endif
ifeq
(
$(
PLATFORM_OS
)
,OSX
)
MAKE
=
make
endif
e
n
d
i
f
# Define compiler flags:
+ 3
- 0
templates/advance_game/Makefile
查看文件
@ -176,6 +176,9 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
ifeq
(
$(
PLATFORM_OS
)
,LINUX
)
MAKE
=
make
endif
ifeq
(
$(
PLATFORM_OS
)
,OSX
)
MAKE
=
make
endif
e
n
d
i
f
# Define compiler flags:
+ 3
- 0
templates/simple_game/Makefile
查看文件
@ -176,6 +176,9 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
ifeq
(
$(
PLATFORM_OS
)
,LINUX
)
MAKE
=
make
endif
ifeq
(
$(
PLATFORM_OS
)
,OSX
)
MAKE
=
make
endif
e
n
d
i
f
# Define compiler flags:
+ 3
- 0
templates/standard_game/Makefile
查看文件
@ -176,6 +176,9 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
ifeq
(
$(
PLATFORM_OS
)
,LINUX
)
MAKE
=
make
endif
ifeq
(
$(
PLATFORM_OS
)
,OSX
)
MAKE
=
make
endif
e
n
d
i
f
# Define compiler flags:
Write
Preview
Loading…
取消
儲存