Skip to content

Commit

Permalink
fix Makefile directory
Browse files Browse the repository at this point in the history
  • Loading branch information
smdn committed Dec 29, 2022
1 parent fcb59ec commit 18b778c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Smdn.Text.Ondulish/MeCab.targets
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ SPDX-License-Identifier: MIT
<!-- clean MeCab shared library and swig bindings -->
<Exec
Command="make clean-mecab-bindings"
WorkingDirectory="$(Highlight_MakefileDirectory)"
WorkingDirectory="$(MeCabMakefileDirectory)"
/>
</Target>
</Project>

0 comments on commit 18b778c

Please sign in to comment.