mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: reproc: Enable reproc++.
* gnu/packages/cpp.scm (reproc)[arguments]<#:configure-flags>: Add -DREPROC++=ON. Change-Id: I2bf6c4c45df6a1ca5569ce1cf63c42905cc336d0 Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
abb5ed83a8
commit
b18c003c69
1 changed files with 2 additions and 1 deletions
|
@ -1068,7 +1068,8 @@ (define-public reproc
|
|||
;; No tests.
|
||||
`(#:tests? #f
|
||||
;; Build the shared library instead of a static one.
|
||||
#:configure-flags `("-DBUILD_SHARED_LIBS=1")))
|
||||
#:configure-flags `("-DBUILD_SHARED_LIBS=1"
|
||||
"-DREPROC++=ON")))
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(synopsis "Process IO library")
|
||||
|
|
Loading…
Reference in a new issue