Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined-ux authored Dec 16, 2023
1 parent a8df87e commit 2b773cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
mingw-w64-x86_64-cmake
libiconv-devel
pkg-config
- name: build
shell: msys2 {0}
run: |
Expand Down
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ target_include_directories(json PRIVATE
target_link_libraries(json PRIVATE
jsonParserLib
)
target_link_libraries(json PRIVATE -static)
target_link_libraries(json PRIVATE -static )
target_link_libraries(json PRIVATE -municode)
add_library(cutest
cutest/CuTest.h
cutest/CuTest.c
Expand Down

0 comments on commit 2b773cf

Please sign in to comment.