mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
14 lines
277 B
Diff
14 lines
277 B
Diff
diff --git a/Makefile b/Makefile
|
|
index a22fed1..e095a3a 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -111,7 +111,7 @@ ifeq ($(ENABLE_WII),1)
|
|
TILT_LIBS := -lcwiimote -lbluetooth
|
|
endif
|
|
|
|
-OGL_LIBS := -lGL -lm
|
|
+OGL_LIBS := -lGL -lintl
|
|
|
|
ifdef MINGW
|
|
ifneq ($(ENABLE_NLS),0)
|