Revert "gnu: ccl: Include x86-headers and remove missing "contrib" folder."
This reverts commit d22ba64276
, which
broke evaluations for armhf-linux.
This commit is contained in:
parent
40bbcaa65d
commit
e11462c2e4
|
@ -533,12 +533,8 @@ statistical profiler, a code coverage tool, and many other extensions.")
|
||||||
(install-file kernel libdir)
|
(install-file kernel libdir)
|
||||||
(install-file heap libdir)
|
(install-file heap libdir)
|
||||||
|
|
||||||
(let ((dirs '("lib" "library" "examples" "tools" "objc-bridge"
|
(let ((dirs '("lib" "library" "examples" "contrib"
|
||||||
,(match (%current-system)
|
"tools" "objc-bridge")))
|
||||||
("x86_64-linux"
|
|
||||||
"x86-headers64")
|
|
||||||
("i686-linux"
|
|
||||||
"x86-headers")))))
|
|
||||||
(for-each copy-recursively
|
(for-each copy-recursively
|
||||||
dirs
|
dirs
|
||||||
(map (cut string-append libdir <>) dirs)))
|
(map (cut string-append libdir <>) dirs)))
|
||||||
|
|
Loading…
Reference in New Issue