diff --git a/libretro-test-gl/Makefile b/libretro-test-gl/Makefile index 0389b42afe..4c4b175d1b 100644 --- a/libretro-test-gl/Makefile +++ b/libretro-test-gl/Makefile @@ -120,7 +120,7 @@ endif all: $(TARGET) $(TARGET): $(OBJECTS) - $(CC) $(fpic) $(SHARED) $(INCLUDES) -o $@ $(OBJECTS) $(LIBS) -lm + $(CC) $(fpic) $(SHARED) $(INCLUDES) -o $@ $(OBJECTS) $(LIBS) -lm $(EXTRA_GL_LIBS) %.o: %.c $(CC) $(CFLAGS) -c -o $@ $<