diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-07 15:44:20 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-07 15:44:20 +0200 |
commit | f98dcfc2360302753f9a8bf66ee8ccfe4366f0e7 (patch) | |
tree | a068abf3a21781f0a6450fc0fabdc606c1a4ddfb /tracker-rs/rs_impl/build.bat | |
parent | 5f5ca66c58ad30d0c218b2da904aa3f722e18ebe (diff) |
tracker/rs: use static linkage
There's no reason not to link statically the impl library.
As suggested by @ph0b, use subdirs for each arch. This helps with object
file clobber.
Diffstat (limited to 'tracker-rs/rs_impl/build.bat')
-rw-r--r-- | tracker-rs/rs_impl/build.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-rs/rs_impl/build.bat b/tracker-rs/rs_impl/build.bat index 2a87f584..612b1371 100644 --- a/tracker-rs/rs_impl/build.bat +++ b/tracker-rs/rs_impl/build.bat @@ -1,2 +1,2 @@ -@cmd /c %~dp0\build_wrapped.bat
+@cmd /c "%~dp0\build_wrapped.bat"
@pause
\ No newline at end of file |