mirror of
https://github.com/raysan5/raygui.git
synced 2026-04-28 01:27:26 -04:00
Update Makefile
This commit is contained in:
@ -100,7 +100,7 @@ endif
|
||||
# Required for ldconfig or other tools that do not perform path expansion.
|
||||
ifeq ($(PLATFORM),PLATFORM_DESKTOP)
|
||||
ifeq ($(PLATFORM_OS),LINUX)
|
||||
RAYLIB_PREFIX ?= ..
|
||||
RAYLIB_PREFIX ?= ../../raylib
|
||||
RAYLIB_PATH = $(realpath $(RAYLIB_PREFIX))
|
||||
endif
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user