Skip to content

Commit

Permalink
Update mrbind (#3627)
Browse files Browse the repository at this point in the history
* Fix typos.

* Update mrbind.
  • Loading branch information
adalisk-emikhaylov authored Nov 7, 2024
1 parent db834cb commit 4bc1b3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/mrbind/generate_win.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ set args=%*
if not exist %MSYS2_DIR% (
echo MSYS2 was NOT found at `%MSYS2_DIR%`. Run `install_deps_windows_msys2.bat` to build it.
) else (
echo Fount MSYS2 at `%MSYS2_DIR%`.
echo Found MSYS2 at `%MSYS2_DIR%`.
call %MSYS2_DIR%\msys2_shell.cmd -no-start -defterm -full-path -here -clang64 -c "time make -f '%~dp0generate.mk' %args:"=""% "
)
2 changes: 1 addition & 1 deletion scripts/mrbind/install_mrbind_windows_msys2.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pushd .
if not exist %MSYS2_DIR% (
echo MSYS2 was NOT found at `%MSYS2_DIR%`. Run `install_deps_windows_msys2.bat` to build it.
) else (
echo Fount MSYS2 at `%MSYS2_DIR%`.
echo Found MSYS2 at `%MSYS2_DIR%`.


rem --- Ensure the MRBind source exists. Pull the latest version if already exists.
Expand Down
2 changes: 1 addition & 1 deletion scripts/mrbind/mrbind_commit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ea3aee8348a6a4e73eda3f972a2a8450519c30bc
332104bc5a9acfba06f7828e84c7eea269ed8972

0 comments on commit 4bc1b3b

Please sign in to comment.