Small tweak
This commit is contained in:
parent
e7f0d0eef1
commit
e38a7fcede
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# define raylib directory for include and library
|
# 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
|
# determine PLATFORM_OS in case PLATFORM_DESKTOP selected
|
||||||
ifeq ($(PLATFORM),PLATFORM_DESKTOP)
|
ifeq ($(PLATFORM),PLATFORM_DESKTOP)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue