diff options
| author | Ray <[email protected]> | 2024-07-01 18:49:47 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2024-07-01 18:49:47 +0200 |
| commit | 18d726be65a4ca8da760358eb4c7906de1467c04 (patch) | |
| tree | 3b847c0a8fbdb96e735aa2a30175791246a24bbf /examples/Makefile | |
| parent | 2efd36a124ac65efc5494f0ff1b782d801fe14e9 (diff) | |
| download | raylib-18d726be65a4ca8da760358eb4c7906de1467c04.tar.gz raylib-18d726be65a4ca8da760358eb4c7906de1467c04.zip | |
Update Makefile
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index b9a2aa88..74409155 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -99,7 +99,7 @@ BUILD_WEB_RESOURCES ?= TRUE BUILD_WEB_RESOURCES_PATH ?= $(dir $<)resources@resources # Determine PLATFORM_OS when required -ifeq ($(TARGET_PLATFORM),$(filter $(TARGET_PLATFORM),PLATFORM_DESKTOP PLATFORM_DESKTOP_SDL PLATFORM_WEB PLATFORM_DESKTOP_RGFW)) +ifeq ($(TARGET_PLATFORM),$(filter $(TARGET_PLATFORM),PLATFORM_DESKTOP_GLFW PLATFORM_DESKTOP_SDL PLATFORM_DESKTOP_RGFW PLATFORM_WEB)) # No uname.exe on MinGW!, but OS=Windows_NT on Windows! # ifeq ($(UNAME),Msys) -> Windows ifeq ($(OS),Windows_NT) |
