mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
Install the symbol file so menus can be debugged.
This commit is contained in:
parent
cd38bd71fa
commit
cbe245725b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ GZ=
|
|||
endif
|
||||
STRIP=$(shell echo `echo -n $(srcdir)/ | sed -e 's/[^/]//g' | wc -c`)
|
||||
|
||||
menu_data=menu.dat$(GZ) menu.plist
|
||||
menu_data=menu.dat$(GZ) menu.sym$(GZ) menu.plist
|
||||
|
||||
if BUILD_RUAMOKO
|
||||
data=$(menu_data)
|
||||
|
|
Loading…
Reference in a new issue