diff options
| author | Ray <[email protected]> | 2017-04-21 00:08:37 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2017-04-21 00:08:37 +0200 |
| commit | e38a7fcedec0573f38f5bdea43f2ad32c1889dce (patch) | |
| tree | 96e5e612d0adf0c977177b407688d74f2bb391f6 /examples | |
| parent | e7f0d0eef13fee1682ce674385677d8b01c7b2de (diff) | |
| download | raylib-e38a7fcedec0573f38f5bdea43f2ad32c1889dce.tar.gz raylib-e38a7fcedec0573f38f5bdea43f2ad32c1889dce.zip | |
Small tweak
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index 060789e7..c2983c69 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -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) |
