aboutsummaryrefslogtreecommitdiff
path: root/src/all_types.hpp
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2016-02-15 20:56:52 -0700
committerAndrew Kelley <superjoe30@gmail.com>2016-02-15 20:56:52 -0700
commit984e7d6cc79df0a1dec4cc9ae37e899376a5f641 (patch)
tree47dd9effd4306cc8f9dad277e08fe00267ac506a /src/all_types.hpp
parentf580c7fa4330a0c181226060d2e778285fa38dc0 (diff)
downloadzig-984e7d6cc79df0a1dec4cc9ae37e899376a5f641.tar.gz
zig-984e7d6cc79df0a1dec4cc9ae37e899376a5f641.zip
first pass at linking on macos
Diffstat (limited to 'src/all_types.hpp')
-rw-r--r--src/all_types.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/all_types.hpp b/src/all_types.hpp
index 07218a40d6..172e553b48 100644
--- a/src/all_types.hpp
+++ b/src/all_types.hpp
@@ -1130,6 +1130,10 @@ struct CodeGen {
bool windows_subsystem_windows;
bool windows_subsystem_console;
bool windows_linker_unicode;
+ Buf *darwin_linker_version;
+ Buf *mmacosx_version_min;
+ Buf *mios_version_min;
+ bool linker_rdynamic;
// The function definitions this module includes. There must be a corresponding
// fn_protos entry.