diff options
| author | John Hodge <tpg@mutabah.net> | 2017-08-22 21:22:41 +0800 |
|---|---|---|
| committer | John Hodge <tpg@mutabah.net> | 2017-08-22 21:22:41 +0800 |
| commit | 71b1ed79d938a40b7b1c5824674814fe31d78dac (patch) | |
| tree | fe1953ae8a8c95a071acc074127a15e84c027371 /script-overrides | |
| parent | 0eb50366561cd91bed78b3e721e6ea94dbecded1 (diff) | |
| download | mrust-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.txt | 5 | ||||
| -rw-r--r-- | script-overrides/stable-1.19.0/build_unwind.txt | 1 |
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 |
