me
/
guix
Archived
1
0
Fork 0

gnu: presage: Build with c++-14.

* gnu/packages/fcitx.scm (presage)[arguments]: Adjust configure-flags to
use c++-14 cor CFLAGS and CXXFLAGS.
master
Efraim Flashner 2023-04-25 23:01:56 +03:00
parent 97323e5262
commit aeda325cf1
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -117,8 +117,8 @@
(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