mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
enable whitespace in CC and LD (nw)
This commit is contained in:
parent
3b8cab2802
commit
6abf77a172
4
makefile
4
makefile
@ -19,10 +19,10 @@ ifdef TOOLS
|
|||||||
PARAMS+= --with-tools
|
PARAMS+= --with-tools
|
||||||
endif
|
endif
|
||||||
ifdef CC
|
ifdef CC
|
||||||
PARAMS+= --CC=$(CC)
|
PARAMS+= --CC='$(CC)'
|
||||||
endif
|
endif
|
||||||
ifdef LD
|
ifdef LD
|
||||||
PARAMS+= --LD=$(LD)
|
PARAMS+= --LD='$(LD)'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user