mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: libstdc++: Return #t from chdir phase.
* gnu/packages/gcc.scm (make-libstdc++)[arguments]: Return #t from chdir phase.
This commit is contained in:
parent
6cbee49d66
commit
eb8ea38141
1 changed files with 2 additions and 1 deletions
|
@ -521,7 +521,8 @@ (define-public (make-libstdc++ gcc)
|
|||
#:phases (alist-cons-before
|
||||
'configure 'chdir
|
||||
(lambda _
|
||||
(chdir "libstdc++-v3"))
|
||||
(chdir "libstdc++-v3")
|
||||
#t)
|
||||
%standard-phases)
|
||||
#:configure-flags `("--disable-libstdcxx-pch"
|
||||
,(string-append "--with-gxx-include-dir="
|
||||
|
|
Loading…
Reference in a new issue