소스 검색

Update Makefile

pull/1801/head
Ray 4 년 전
부모
커밋
e991fefb89
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      examples/Makefile

+ 2
- 2
examples/Makefile 파일 보기

@ -257,8 +257,8 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
endif
# Define include paths for required headers
# NOTE: Several external required libraries (stb and others)
INCLUDE_PATHS = -I. -I$(RAYLIB_PATH)/src -I$(RAYLIB_PATH)/src/external
# NOTE: Some external/extras libraries could be required (stb, physac, easings...)
INCLUDE_PATHS = -I. -I$(RAYLIB_PATH)/src -I$(RAYLIB_PATH)/src/external -I$(RAYLIB_PATH)/src/extras
# Define additional directories containing required header files
ifeq ($(PLATFORM),PLATFORM_RPI)

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