diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2016-02-15 20:56:52 -0700 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2016-02-15 20:56:52 -0700 |
| commit | 984e7d6cc79df0a1dec4cc9ae37e899376a5f641 (patch) | |
| tree | 47dd9effd4306cc8f9dad277e08fe00267ac506a /src/config.h.in | |
| parent | f580c7fa4330a0c181226060d2e778285fa38dc0 (diff) | |
| download | zig-984e7d6cc79df0a1dec4cc9ae37e899376a5f641.tar.gz zig-984e7d6cc79df0a1dec4cc9ae37e899376a5f641.zip | |
first pass at linking on macos
Diffstat (limited to 'src/config.h.in')
| -rw-r--r-- | src/config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in index 77e563a99d..1985a53e2b 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -13,6 +13,7 @@ #define ZIG_LIBC_STATIC_LIB_DIR "@ZIG_LIBC_STATIC_LIB_DIR@" #define ZIG_LD_PATH "@ZIG_LD_PATH@" #define ZIG_DYNAMIC_LINKER "@ZIG_DYNAMIC_LINKER@" +#define ZIG_HOST_LINK_VERSION "@ZIG_HOST_LINK_VERSION@" #cmakedefine ZIG_LLVM_OLD_CXX_ABI |
