Add EXTRA_GL_LIBS to libretro-test-gl.

This commit is contained in:
Themaister 2014-06-05 14:30:45 +02:00
parent 88f10ae555
commit 6df1185af1

View File

@ -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 $@ $<