소스 검색

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)

불러오는 중...
취소
저장