瀏覽代碼

Update Makefile

a minor issue: where the location of the file "raylib.rc.data" is wrong, and this will cause an error in compilation.
pull/875/head
XiaochuanWang 5 年之前
committed by GitHub
父節點
當前提交
63e320d405
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      examples/Makefile

+ 1
- 1
examples/Makefile 查看文件

@ -200,7 +200,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
ifeq ($(PLATFORM_OS),WINDOWS)
# resource file contains windows executable icon and properties
# -Wl,--subsystem,windows hides the console window
CFLAGS += $(RAYLIB_PATH)/raylib.rc.data -Wl,--subsystem,windows
CFLAGS += $(RAYLIB_PATH)/src/raylib.rc.data -Wl,--subsystem,windows
endif
ifeq ($(PLATFORM_OS),LINUX)
ifeq ($(RAYLIB_LIBTYPE),STATIC)

Loading…
取消
儲存