configure: fix setting OBJCCFLAGS
We call this OBJCFLAGS in help text, but common.mak looks for OBJCCFLAGS.
This commit is contained in:
parent
4778ab2b1f
commit
942f94e830
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -7643,7 +7643,7 @@ LN_S=$ln_s
|
|||
CPPFLAGS=$CPPFLAGS
|
||||
CFLAGS=$CFLAGS
|
||||
CXXFLAGS=$CXXFLAGS
|
||||
OBJCFLAGS=$OBJCFLAGS
|
||||
OBJCCFLAGS=$OBJCFLAGS
|
||||
ASFLAGS=$ASFLAGS
|
||||
NVCCFLAGS=$nvccflags
|
||||
AS_C=$AS_C
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue