Skip to content

Commit

Permalink
こうじゃろか… (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamachu authored Sep 4, 2023
1 parent e8c31ba commit 31d96b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ generate:

replace-hash:
$(eval VERSION := $(shell cat ../.git/modules/binding/voicevox_core/HEAD))
$(shell sed -i '.bak' 's/<VoicevoxCoreCommitHash>.*<\/VoicevoxCoreCommitHash>/<VoicevoxCoreCommitHash>$(VERSION)<\/VoicevoxCoreCommitHash>/' ../src/VoicevoxCoreSharp.Core/VoicevoxCoreSharp.Core.Metas.props)
$(shell sed -i.bak 's/<VoicevoxCoreCommitHash>.*<\/VoicevoxCoreCommitHash>/<VoicevoxCoreCommitHash>$(VERSION)<\/VoicevoxCoreCommitHash>/' ../src/VoicevoxCoreSharp.Core/VoicevoxCoreSharp.Core.Metas.props)

build/dev-library:
cd voicevox_core; cargo build --release -p voicevox_core_c_api

0 comments on commit 31d96b1

Please sign in to comment.