Browse Source

Small tweak

pull/266/head
Ray 7 years ago
parent
commit
e38a7fcede
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/Makefile

+ 1
- 1
examples/Makefile 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)

Loading…
Cancel
Save