Skip to content

Commit

Permalink
fix: add missing popd
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Nov 27, 2024
1 parent d9122d6 commit 0e142d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e142d8

Please sign in to comment.