Skip to content

Commit

Permalink
Update build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HIllya51 authored Nov 16, 2024
1 parent 2c776dc commit 0a03a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def buildMecabxp():
with open("do.bat", "w") as ff:
ff.write(
rf"""
cmake -G "Visual Studio 16 2019" -A win32 -T v141_xp -B ./build/
cmake -G "Visual Studio 16 2019" -A Win32 -T v141_xp -B ./build/
cmake --build ./build --config Release -j 14
"""
)
Expand Down

0 comments on commit 0a03a58

Please sign in to comment.