Review Makefiles default raylib path

This commit is contained in:
raysan5 2017-04-23 12:11:27 +02:00
parent 7bcae59477
commit f2656871e9
8 changed files with 132 additions and 64 deletions

View file

@ -38,7 +38,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
endif
# define raylib directory for include and library
RAYLIB_PATH ?= C:\GitHub\raylib
RAYLIB_PATH ?= C:\raylib\raylib
# determine PLATFORM_OS in case PLATFORM_DESKTOP selected
ifeq ($(PLATFORM),PLATFORM_DESKTOP)