| author | |
| committer | |
| log | 23f339f1b4686ee9c6d81e25d884bb407530dbcc |
| tree | ce572b9ef04e459549a1d7bc8607dd651c332193 |
| parent | d6f7b573aacd924e199f6bb62c8e0c7e79138930 |
| signature |
After upgrading to LLVM 9 we now have the emscripten OS available. Fix
the compile error in this function by specifying the default ABI for
emscripten.1 files changed, 1 insertions(+), 0 deletions(-)
std/build.zig+1| ... | ... | @@ -1015,6 +1015,7 @@ pub const Target = union(enum) { |
| 1015 | 1015 | => return .msvc, |
| 1016 | 1016 | .linux, |
| 1017 | 1017 | .wasi, |
| 1018 | .emscripten, | |
| 1018 | 1019 | => return .musl, |
| 1019 | 1020 | } |
| 1020 | 1021 | } |