diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2020-09-23 11:01:15 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-09-23 11:01:15 -0700 |
| commit | 02886a8b93ccfe652ac5797784bddc398047f7eb (patch) | |
| tree | 3632552b4d7434277fb0ab88fbfc229ab0585528 /src/link.zig | |
| parent | c0b774fbc65e3e406a38d37b02fffda7c5d3df26 (diff) | |
| download | zig-02886a8b93ccfe652ac5797784bddc398047f7eb.tar.gz zig-02886a8b93ccfe652ac5797784bddc398047f7eb.zip | |
stage2: support rpaths
Diffstat (limited to 'src/link.zig')
| -rw-r--r-- | src/link.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/link.zig b/src/link.zig index 71d49286ba..82d67f2a7a 100644 --- a/src/link.zig +++ b/src/link.zig @@ -65,6 +65,7 @@ pub const Options = struct { dll_export_fns: bool, error_return_tracing: bool, is_compiler_rt_or_libc: bool, + each_lib_rpath: bool, gc_sections: ?bool = null, allow_shlib_undefined: ?bool = null, linker_script: ?[]const u8 = null, |
