Added cleaned recipe for neverball

This commit is contained in:
Mrowqa
2013-12-28 14:21:37 +01:00
parent 6f7420b318
commit b15e943267
2 changed files with 85 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
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)