Small tweak

This commit is contained in:
Ray 2017-04-21 00:08:37 +02:00
parent e7f0d0eef1
commit e38a7fcede

View File

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