Do not strip by default.
This commit is contained in:
parent
7b0bf9d085
commit
d62b748c84
1 changed files with 3 additions and 1 deletions
|
@ -38,7 +38,9 @@ ja2_config() {
|
|||
}
|
||||
|
||||
src_prepare() {
|
||||
sed "s:TILECACHE:[Tt][Ii][Ll][Ee][Cc][Aa][Cc][Hh][Ee]:g" -i Makefile || die "sed Makefile failed"
|
||||
sed -e "s:TILECACHE:[Tt][Ii][Ll][Ee][Cc][Aa][Cc][Hh][Ee]:g" \
|
||||
-e '/^INSTALL_PROGRAM ?= /s: -s::' \
|
||||
-i Makefile || die "sed Makefile failed"
|
||||
option debug && ja2_config _DEBUG=yes WITH_SOUND_DEBUG=yes
|
||||
option demo && ja2_config WITH_DEMO=yes
|
||||
option editor && ja2_config JA2EDITOR=yes
|
||||
|
|
Loading…
Reference in a new issue