mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-03-23 11:22:05 +00:00
Fix for Ubuntu (again) not linking libxxvm87dga...
This commit is contained in:
parent
642cf678c0
commit
af5cf7cb50
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -414,7 +414,7 @@ GAME_DEPS= $(GAME_OBJS:.o=.d)
|
|||
# release/quake2
|
||||
release/quake2 : $(CLIENT_OBJS)
|
||||
@echo '===> LD $@'
|
||||
${Q}$(CC) $(CLIENT_OBJS) $(LDFLAGS) $(X11LDFLAGS) $(SDLLDFLAGS) -o $@
|
||||
${Q}$(CC) $(CLIENT_OBJS) $(LDFLAGS) $(SDLLDFLAGS) -o $@
|
||||
|
||||
# release/q2ded
|
||||
release/q2ded : $(SERVER_OBJS)
|
||||
|
@ -424,7 +424,7 @@ release/q2ded : $(SERVER_OBJS)
|
|||
# release/ref_gl.so
|
||||
release/ref_gl.so : $(OPENGL_OBJS)
|
||||
@echo '===> LD $@'
|
||||
${Q}$(CC) $(OPENGL_OBJS) $(LDFLAGS) -o $@
|
||||
${Q}$(CC) $(OPENGL_OBJS) $(LDFLAGS) $(X11LDFLAGS) -o $@
|
||||
|
||||
# release/baseq2/game.so
|
||||
release/baseq2/game.so : $(GAME_OBJS)
|
||||
|
|
Loading…
Reference in a new issue