From 5e3db0aa83ac337ac53b9ebd1561472adfbabb41 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 2 Nov 2021 18:40:45 +0100 Subject: Updated some scripts paths NOTE: New raylib release installer uses `w64devkit`, smaller and more updated than regular `mingw64-w64` default project. Paths are updated properly. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 0d603771..6fbb8a3f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -76,7 +76,7 @@ RAYLIB_MODULE_MODELS ?= TRUE RAYLIB_MODULE_RAYGUI ?= FALSE RAYLIB_MODULE_PHYSAC ?= FALSE -RAYLIB_MODULE_RAYGUI_PATH ?= $(RAYLIB_SRC_PATH)/../../raygui/src +RAYLIB_MODULE_RAYGUI_PATH ?= $(RAYLIB_SRC_PATH)/extras RAYLIB_MODULE_PHYSAC_PATH ?= $(RAYLIB_SRC_PATH)/extras # Use external GLFW library instead of rglfw module -- cgit v1.2.3