aboutsummaryrefslogtreecommitdiff
path: root/config.def.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.mk')
-rw-r--r--config.def.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.mk b/config.def.mk
index f2821ab..82fa192 100644
--- a/config.def.mk
+++ b/config.def.mk
@@ -14,7 +14,7 @@ ifeq (${CONFIG},debug)
endif
ifeq (${PLATFORM},gl)
- LDFLAGS+=-lglfw
+ LDFLAGS+=-lglfw -lGL
endif
ifeq (${PLATFORM},x11)