Skip to content

Commit 625f301

Browse files
committed
fixup! build: add --shared-abseil-cpp configure flag
1 parent 0b1923b commit 625f301

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configure.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -587,18 +587,18 @@
587587

588588
shared_optgroup.add_argument('--shared-abseil-cpp-includes',
589589
action='store',
590-
dest='shared_abseil',
590+
dest='shared_abseil_includes',
591591
help='directory containing abseil header files')
592592

593593
shared_optgroup.add_argument('--shared-abseil-cpp-libname',
594594
action='store',
595-
dest='shared_abseil',
595+
dest='shared_abseil_libname',
596596
default='abseil',
597597
help='alternative lib name to link to [default: %(default)s]')
598598

599599
shared_optgroup.add_argument('--shared-abseil-cpp-libpath',
600600
action='store',
601-
dest='shared_abseil',
601+
dest='shared_abseil_libpath',
602602
help='a directory to search for the shared abseil DLL')
603603

604604
shared_optgroup.add_argument('--shared-ada',

0 commit comments

Comments
 (0)