mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
fix a typo that prevented the asm lib getting the correct flags
This commit is contained in:
parent
0307618b15
commit
069ee8657f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ EXTRA_LTLIBRARIES= \
|
|||
libvid_sw.la libvid_sw32.la libvid_svga.la libvid_x11.la
|
||||
|
||||
libvid_asm_la_SOURCES= d_copy.S
|
||||
libvid_asmn_la_CFLAGS= @PREFER_NON_PIC@
|
||||
libvid_asm_la_CFLAGS= @PREFER_NON_PIC@
|
||||
|
||||
joy_linux_src= joy_linux.c
|
||||
joy_win_src= joy_win.c
|
||||
|
|
Loading…
Reference in a new issue