gnu-config: bump to latest version for wasi

This commit is contained in:
Matthew Bauer
2019-04-23 21:48:58 -04:00
parent 556466d52f
commit 4048acb5cf
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ in lib.init bootStages ++ [
(hostPlatform.isLinux && !buildPlatform.isLinux)
[ buildPackages.patchelf ]
++ lib.optional
(let f = p: !p.isx86 || p.libc == "musl"; in f hostPlatform && !(f buildPlatform))
(let f = p: !p.isx86 || p.libc == "musl" || p.libc == "wasilibc"; in f hostPlatform && !(f buildPlatform))
buildPackages.updateAutotoolsGnuConfigScriptsHook
# without proper `file` command, libtool sometimes fails
# to recognize 64-bit DLLs