Skip to content

Commit

Permalink
configure: fix setting OBJCCFLAGS
Browse files Browse the repository at this point in the history
We call this OBJCFLAGS in help text, but common.mak looks for OBJCCFLAGS.
  • Loading branch information
rcombs committed Dec 23, 2021
1 parent 4778ab2 commit 942f94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 942f94e

Please sign in to comment.