瀏覽代碼

remove duplicate line in makefile

pull/5640/head
CrackedPixel 3 天之前
父節點
當前提交
ad70ec7ab4
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      examples/Makefile

+ 1
- 1
examples/Makefile 查看文件

@ -304,7 +304,7 @@ endif
# Define library paths containing required libs: LDFLAGS
#------------------------------------------------------------------------------------------------
LDFLAGS = -L. -L$(RAYLIB_RELEASE_PATH) -L$(RAYLIB_PATH)/src
LDFLAGS = -L. -L$(RAYLIB_RELEASE_PATH)
ifeq ($(TARGET_PLATFORM),PLATFORM_DESKTOP_GLFW)
ifeq ($(PLATFORM_OS),WINDOWS)

Loading…
取消
儲存