Skip to content

Commit

Permalink
static build
Browse files Browse the repository at this point in the history
  • Loading branch information
phenylshima committed Mar 21, 2023
1 parent 36c33c3 commit d825569
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
./open_jtalk/src/build/libopenjtalk.so
./open_jtalk/src/build/libopenjtalk.a
./open_jtalk/src/build/mecab_dict_index
./open_jtalk/src/build/openjtalk_bin
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ include_directories(jpcommon mecab/src mecab2njd njd njd2jpcommon njd_set_accent
njd_set_accent_type njd_set_digit njd_set_long_vowel
njd_set_pronunciation njd_set_unvoiced_vowel text2mecab)

add_library(openjtalk ${libjpcommon_source} ${libmecab_source} ${libmecab2njd_source}
add_library(openjtalk STATIC ${libjpcommon_source} ${libmecab_source} ${libmecab2njd_source}
${libnjd_source} ${libnjd2jpcommon_source}
${libnjd_set_accent_phrase_source} ${libnjd_set_accent_type_source}
${libnjd_set_digit_source} ${libnjd_set_long_vowel_source}
Expand Down

1 comment on commit d825569

@phenylshima
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.