mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: knights: Fix build.
* gnu/packages/games.scm (knights)[arguments]<#:make-flags>: Add "CXXFLAGS=-lpthread". Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
This commit is contained in:
parent
6a14917a16
commit
6fba1f4ded
1 changed files with 2 additions and 1 deletions
|
@ -1367,7 +1367,8 @@ (define-public knights
|
|||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:make-flags
|
||||
(list (string-append "PREFIX=" (assoc-ref %outputs "out")))
|
||||
(list (string-append "PREFIX=" (assoc-ref %outputs "out"))
|
||||
"CXXFLAGS=-lpthread")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
;; No configure script.
|
||||
|
|
Loading…
Reference in a new issue