mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
Fix surprising behaviour of {TOOLS,TESTS,BENCHMARKS}=0
This commit is contained in:
parent
0cfa192533
commit
9534b2b165
6
makefile
6
makefile
@ -498,16 +498,22 @@ endif
|
||||
endif
|
||||
|
||||
ifdef TOOLS
|
||||
ifneq '$(TOOLS)' '0'
|
||||
PARAMS += --with-tools
|
||||
endif
|
||||
endif
|
||||
|
||||
ifdef TESTS
|
||||
ifneq '$(TESTS)' '0'
|
||||
PARAMS += --with-tests
|
||||
endif
|
||||
endif
|
||||
|
||||
ifdef BENCHMARKS
|
||||
ifneq '$(BENCHMARKS)' '0'
|
||||
PARAMS += --with-benchmarks
|
||||
endif
|
||||
endif
|
||||
|
||||
ifdef SYMBOLS
|
||||
PARAMS += --SYMBOLS='$(SYMBOLS)'
|
||||
|
Loading…
Reference in New Issue
Block a user