diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2020-08-04 03:43:28 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2020-08-04 03:43:28 +0000 |
| commit | eb578fec7fd0a044097a44f60e2b2f9137894bea (patch) | |
| tree | 00c577ddb1bcd67e2ba57275e3cb9dfc130cfd16 /Makefile.inc1 | |
| parent | cab7d341dcd98138443bbdb51649f966093a3a84 (diff) | |
Notes
Diffstat (limited to 'Makefile.inc1')
| -rw-r--r-- | Makefile.inc1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 805a42befb481..94fd5ef5c5151 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -2741,6 +2741,10 @@ _prebuild_libs+= gnu/lib/libdialog gnu/lib/libdialog__L: lib/msun__L lib/ncurses/ncursesw__L .endif +.if ${MK_GOOGLETEST} != "no" +_prebuild_libs+= lib/libregex +.endif + .if ${MK_LIBCPLUSPLUS} != "no" _prebuild_libs+= lib/libc++ .endif |
