mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Include-Path für SDL auch in den Refresher
This commit is contained in:
parent
ce68e01009
commit
9f38155a7e
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -126,7 +126,8 @@ build/refresher/%.o: %.c
|
|||
@mkdir -p $(@D)
|
||||
@$(CC) -c $(CFLAGS) $(INCLUDE) -o $@ $<
|
||||
|
||||
release/ref_gl.so : INCLUDE += -I/usr/local/include/SDL -I/usr/X11R6/include
|
||||
release/ref_gl.so : INCLUDE += -I/usr/local/include/SDL \
|
||||
-I/usr/include/SDL -I/usr/X11R6/include
|
||||
release/ref_gl.so : CFLAGS += -fPIC
|
||||
release/ref_gl.so : LDFLAGS += -shared
|
||||
|
||||
|
|
Loading…
Reference in a new issue