medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit aa09bef7e0450b5a3fd9afbb08e43e7aee6d189d
parent cc2dabfb55f7d1b6a63ee50fa7735cfd436f536a
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Wed Jan 11 23:24:13 +0200

No need for -fPIC in glfw.mk

Diffstat:
libs/glfw.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/glfw.mk b/libs/glfw.mk @@ -4,7 +4,7 @@ libglfw.a: libs/glfw/src/context.o libs/glfw/src/init.o libs/glfw/src/input.o \ libs/glfw/src/xkb_unicode.o libs/glfw/src/linux_joystick.o libs/glfw/src/posix_time.o \ libs/glfw/src/posix_tls.o libs/glfw/src/glx_context.o libs/glfw/src/egl_context.o -libs/glfw/src/%.o: CXXFLAGS = -x c -O2 -D_GLFW_X11 -fPIC +libs/glfw/src/%.o: CXXFLAGS = -x c -O2 -D_GLFW_X11 libs/glfw/src/%.o: WARNINGS = -Wall clean: clean-glfw