mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: presage: Build with c++-14.
* gnu/packages/fcitx.scm (presage)[arguments]: Adjust configure-flags to use c++-14 cor CFLAGS and CXXFLAGS.
This commit is contained in:
parent
97323e5262
commit
aeda325cf1
1 changed files with 2 additions and 2 deletions
|
@ -117,8 +117,8 @@ (define-public presage
|
|||
(arguments
|
||||
`(#:configure-flags
|
||||
(list
|
||||
"CFLAGS=-Wno-narrowing"
|
||||
"CXXFLAGS=-Wno-narrowing")
|
||||
"CFLAGS=-Wno-narrowing -std=c++14"
|
||||
"CXXFLAGS=-Wno-narrowing -std=c++14")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'install 'move-doc
|
||||
|
|
Loading…
Reference in a new issue