summaryrefslogtreecommitdiff
path: root/script-overrides
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2017-08-22 21:22:41 +0800
committerJohn Hodge <tpg@mutabah.net>2017-08-22 21:22:41 +0800
commit71b1ed79d938a40b7b1c5824674814fe31d78dac (patch)
treefe1953ae8a8c95a071acc074127a15e84c027371 /script-overrides
parent0eb50366561cd91bed78b3e721e6ea94dbecded1 (diff)
downloadmrust-71b1ed79d938a40b7b1c5824674814fe31d78dac.tar.gz
minicargo - Handle libraries in build script, add libstd/libunwind script files
Diffstat (limited to 'script-overrides')
-rw-r--r--script-overrides/stable-1.19.0/build_std.txt5
-rw-r--r--script-overrides/stable-1.19.0/build_unwind.txt1
2 files changed, 6 insertions, 0 deletions
diff --git a/script-overrides/stable-1.19.0/build_std.txt b/script-overrides/stable-1.19.0/build_std.txt
new file mode 100644
index 00000000..062afd95
--- /dev/null
+++ b/script-overrides/stable-1.19.0/build_std.txt
@@ -0,0 +1,5 @@
+# TODO: THis is the windows set
+cargo:rustc-link-lib=advapi32
+cargo:rustc-link-lib=ws2_32
+cargo:rustc-link-lib=userenv
+cargo:rustc-link-lib=shell32 \ No newline at end of file
diff --git a/script-overrides/stable-1.19.0/build_unwind.txt b/script-overrides/stable-1.19.0/build_unwind.txt
new file mode 100644
index 00000000..aba1574a
--- /dev/null
+++ b/script-overrides/stable-1.19.0/build_unwind.txt
@@ -0,0 +1 @@
+# On both windows (MSVC) and linux (glibc), nothing is needed \ No newline at end of file