ソースを参照

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)

読み込み中…
キャンセル
保存