mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
tweak the deabug option
This commit is contained in:
parent
f6f9483076
commit
ee968e6eff
1 changed files with 3 additions and 3 deletions
|
@ -71,10 +71,10 @@ check::
|
|||
export ADDITIONAL_LIB_DIRS;\
|
||||
export LD_LIBRARY_PATH;\
|
||||
export PATH;\
|
||||
if [ "$(DEBUG)" = "" ]; then \
|
||||
gnustep-tests base;\
|
||||
else \
|
||||
if [ "$(debug)" = "yes" ]; then \
|
||||
gnustep-tests --debug base;\
|
||||
else \
|
||||
gnustep-tests base;\
|
||||
fi; \
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue