Skip to content

Commit 26f329a

Browse files
authored
fixed copy paste error in makefiles (#5660)
1 parent 1d9e24e commit 26f329a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ USE_EXTERNAL_GLFW ?= FALSE
9595
GLFW_LINUX_ENABLE_WAYLAND ?= FALSE
9696
GLFW_LINUX_ENABLE_X11 ?= TRUE
9797

98-
# Enable support for X11 by default on Linux when using GLFW
98+
# Enable support for X11 by default on Linux when using RGFW
9999
# NOTE: Wayland is disabled by default, only enable if you are sure
100100
RGFW_LINUX_ENABLE_WAYLAND ?= FALSE
101101
RGFW_LINUX_ENABLE_X11 ?= TRUE

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ USE_EXTERNAL_GLFW ?= FALSE
122122
GLFW_LINUX_ENABLE_WAYLAND ?= FALSE
123123
GLFW_LINUX_ENABLE_X11 ?= TRUE
124124

125-
# Enable support for X11 by default on Linux when using GLFW
125+
# Enable support for X11 by default on Linux when using RGFW
126126
# NOTE: Wayland is disabled by default, only enable if you are sure
127127
RGFW_LINUX_ENABLE_WAYLAND ?= FALSE
128128
RGFW_LINUX_ENABLE_X11 ?= TRUE

0 commit comments

Comments
 (0)