diff options
| author | iamcheeseman <[email protected]> | 2026-05-24 16:57:33 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-24 16:57:33 -0400 |
| commit | 39a02a3bf2fe923d595e4f8df693a524c47291d5 (patch) | |
| tree | e622bb68e3c40a38dfc48bd5bff5cba46e368292 /config.def.mk | |
| parent | 8a4b5ca6740fc5e4f7b219fb900db9ab8835cce4 (diff) | |
Make project C99 compliant (remove glad)
Diffstat (limited to 'config.def.mk')
| -rw-r--r-- | config.def.mk | 2 |
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) |
