From 609d92003beca6522845d001b3d4f707b72aaba1 Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 6 Jun 2022 11:11:39 +0200 Subject: WARNING: REMOVED `raygui` from `raylib/src/extras` --- src/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index f47ab9cd..4a79b244 100644 --- a/src/Makefile +++ b/src/Makefile @@ -81,8 +81,11 @@ RAYLIB_MODULE_MODELS ?= TRUE RAYLIB_MODULE_RAYGUI ?= FALSE RAYLIB_MODULE_PHYSAC ?= FALSE -RAYLIB_MODULE_RAYGUI_PATH ?= $(RAYLIB_SRC_PATH)/extras -RAYLIB_MODULE_PHYSAC_PATH ?= $(RAYLIB_SRC_PATH)/extras +# NOTE: Additional libraries have been moved to their own repos: +# raygui: https://github.com/raysan5/raygui +# physac: https://github.com/raysan5/physac +RAYLIB_MODULE_RAYGUI_PATH ?= $(RAYLIB_SRC_PATH)/../../raygui/src +RAYLIB_MODULE_PHYSAC_PATH ?= $(RAYLIB_SRC_PATH)/../../physac/src # Use external GLFW library instead of rglfw module USE_EXTERNAL_GLFW ?= FALSE -- cgit v1.2.3