mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: gmp: Fix typo in ‘ungexp-splicing’.
* gnu/packages/multiprecision.scm (gmp)[arguments]: Fix typo in ‘ungexp-splicing’ read syntax. Change-Id: I0b3bf1fe9d4429d87c466685b1c8055061b7473f
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
;; Build a "fat binary", with routines for several sub-architectures.
|
||||
"--enable-fat"
|
||||
"--enable-cxx"
|
||||
$#@(cond
|
||||
#$@(cond
|
||||
((target-mingw?)
|
||||
;; Static and shared cannot be built in one go: they produce
|
||||
;; different headers. We need shared.
|
||||
|
||||
Reference in New Issue
Block a user