From 0e142d8c6b117c35110ad0547900082406c7410a Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Tue, 26 Nov 2024 22:07:18 -0800 Subject: [PATCH] fix: add missing popd --- build.cmd | 1 + 1 file changed, 1 insertion(+) diff --git a/build.cmd b/build.cmd index 889b26a..5be1251 100644 --- a/build.cmd +++ b/build.cmd @@ -112,6 +112,7 @@ cl /nologo ^ /reference "%modules_dir%\std.ifc" ^ /reference "%modules_dir%\std.compat.ifc" ^ /c /interface /TP "%root_dir%src\xxh3.cppm" > NUL +popd if %ERRORLEVEL% neq 0 ( echo ERROR: failed to compile xxh3 module