gnu: duktape: Cross-compile.
* gnu/packages/javascript.scm (duktape)[arguments]: Use CC-FOR-TARGET.
This commit is contained in:
parent
2c975efe83
commit
e1076e9346
1 changed files with 5 additions and 1 deletions
|
@ -835,7 +835,11 @@ (define-public duktape
|
|||
;; XXX Replace with #$output on core-updates.
|
||||
#$(if (%current-target-system)
|
||||
#~#$output
|
||||
#~%output)))
|
||||
#~%output))
|
||||
;; XXX Unconditionally set to CC-FOR-TARGET on core-updates.
|
||||
#$@(if (%current-target-system)
|
||||
#~((string-append "CC=" #$(cc-for-target)))
|
||||
#~()))
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(delete 'configure)
|
||||
|
|
Loading…
Reference in a new issue