Review Makefiles default raylib path
This commit is contained in:
parent
7bcae59477
commit
f2656871e9
8 changed files with 132 additions and 64 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue