diff options
author | bors <bors@rust-lang.org> | 2019-04-08 16:01:57 +0000 |
---|---|---|
committer | bors <bors@rust-lang.org> | 2019-04-08 16:01:57 +0000 |
commit | 363ba93ac4b6dd81751842a47d01632320978951 (patch) | |
tree | 890c7f8c5a27c342f72ae6cd40e14fea45a64796 /libc-test | |
parent | 5b989dbf152aee98b5047494b6a941027269c682 (diff) | |
parent | cc0310146eb87ca1dee1c8d370be745bf5ad29fd (diff) | |
download | rust-libc-363ba93ac4b6dd81751842a47d01632320978951.tar.gz |
Auto merge of #1314 - alexcrichton:wasi-ci, r=gnzlbg
Add binding for new `__wasilibc_find_relpath` API
This'll be used in libstd upstream, and this also enables wasi on CI!
Diffstat (limited to 'libc-test')
-rw-r--r-- | libc-test/build.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc-test/build.rs b/libc-test/build.rs index ed40ddc362..72ebbb3ca7 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -1890,6 +1890,7 @@ fn test_wasi(target: &str) { "unistd.h", "wasi/core.h", "wasi/libc.h", + "wasi/libc-find-relpath.h", "wchar.h", } |