diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-07 13:43:00 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-07 13:43:00 +0200 |
commit | c418644838e99416fb168066bacc28a4cbc36a04 (patch) | |
tree | 3ea154cfe951ba7cea2967b97d76d544fb313d0a /tracker-rs/rs_impl/build_wrapped.bat | |
parent | 472deb7e29ef0324eaf24047777615a4b4e9bcad (diff) |
tracker/rs: allow batch file invocation from another working directory
Diffstat (limited to 'tracker-rs/rs_impl/build_wrapped.bat')
-rw-r--r-- | tracker-rs/rs_impl/build_wrapped.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tracker-rs/rs_impl/build_wrapped.bat b/tracker-rs/rs_impl/build_wrapped.bat index e3679321..2f547e95 100644 --- a/tracker-rs/rs_impl/build_wrapped.bat +++ b/tracker-rs/rs_impl/build_wrapped.bat @@ -6,5 +6,5 @@ set vs_64=amd64 ) -cmd /c .\build_x86.bat -cmd /c .\build_amd64.bat
\ No newline at end of file +cmd /c %~dp0\build_x86.bat +cmd /c %~dp0\build_amd64.bat
\ No newline at end of file |