From c418644838e99416fb168066bacc28a4cbc36a04 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 7 Jul 2016 13:43:00 +0200 Subject: tracker/rs: allow batch file invocation from another working directory --- tracker-rs/rs_impl/build_wrapped.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tracker-rs/rs_impl/build_wrapped.bat') 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 -- cgit v1.2.3