diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2018-03-31 12:13:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-31 12:13:30 -0400 |
| commit | 51a6ff18d454f4cb0faa0f1837df9f0c55a80b43 (patch) | |
| tree | bd603e96266978590f4c2d6201829f8817a64f3c /src/main.cpp | |
| parent | 7d66908f294eed1138802c060185721a2e265f3b (diff) | |
| parent | 8f962a957a3645342fba8219cf8f33d0ac42e16d (diff) | |
| download | zig-51a6ff18d454f4cb0faa0f1837df9f0c55a80b43.tar.gz zig-51a6ff18d454f4cb0faa0f1837df9f0c55a80b43.zip | |
Merge pull request #872 from zig-lang/runtime-libc
find libc and zig std lib at runtime
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main.cpp b/src/main.cpp index 791cb3b1b5..f2f4cc970e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -195,13 +195,6 @@ static int find_zig_lib_dir(Buf *out_path) { } } - if (ZIG_INSTALL_PREFIX != nullptr) { - if (test_zig_install_prefix(buf_create_from_str(ZIG_INSTALL_PREFIX), out_path)) { - return 0; - } - } - - return ErrorFileNotFound; } |
