浏览代码

Add external folder to build (just in case)

pull/1923/head
raysan5 3 年前
父节点
当前提交
a9f6ff6fe3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/Makefile

+ 1
- 1
src/Makefile 查看文件

@ -385,7 +385,7 @@ endif
# Define include paths for required headers
# NOTE: Several external required libraries (stb and others)
INCLUDE_PATHS = -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw
INCLUDE_PATHS = -I. -Iexternal -Iexternal/glfw/include -Iexternal/glfw/deps/mingw
ifeq ($(PLATFORM),PLATFORM_DESKTOP)
ifeq ($(PLATFORM_OS),BSD)

正在加载...
取消
保存