We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d49e8 commit ad9d2c6Copy full SHA for ad9d2c6
Makefile
@@ -185,7 +185,7 @@ examples/nostl/nostl: examples/nostl/nostl.c RGFW.h
185
ifeq ($(CC),emcc)
186
@echo nostl is not supported on this platform
187
else ifeq ($(detected_OS),Linux)
188
- $(CC) $(CFLAGS) $(LIBS) -nostdlib -I. $< -o $@$(EXT)
+ $(CC) $(CFLAGS) -fno-stack-protector -lX11 -lXcursor -lGL -lXi -lXrandr -I. $< -o $@$(EXT)
189
else ifeq ($(detected_OS),windows)
190
$(CC) $(CFLAGS) $(WARNINGS) -nostdlib -I. $< -lgdi32 -o $@$(EXT)
191
else ifeq ($(detected_OS),Darwin)
0 commit comments