gnu: knights: Fix build.
* gnu/packages/games.scm (knights)[arguments]<#:make-flags>: Add "CXXFLAGS=-lpthread". Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>master
parent
6a14917a16
commit
6fba1f4ded
|
@ -1367,7 +1367,8 @@ built-in level editor.")
|
|||
(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.
|
||||
|
|
Reference in New Issue