8066752: Remove space after -L on linker lines
Reviewed-by: ihse
This commit is contained in:
parent
b633764a63
commit
294a85dbe7
@ -79,7 +79,9 @@ endif
|
|||||||
# Param 2 - library name
|
# Param 2 - library name
|
||||||
# Param 3 - subdir for library
|
# Param 3 - subdir for library
|
||||||
define FindLib
|
define FindLib
|
||||||
$(call FindLibDirForModule, $(strip $1))$(strip $3)/$(LIBRARY_PREFIX)$(strip $2)$(SHARED_LIBRARY_SUFFIX)
|
$(strip \
|
||||||
|
$(call FindLibDirForModule, $(strip $1))$(strip $3)/$(LIBRARY_PREFIX)$(strip $2)$(SHARED_LIBRARY_SUFFIX) \
|
||||||
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user