Skip to content

Commit

Permalink
Fix v3
Browse files Browse the repository at this point in the history
  • Loading branch information
adragnevVW committed Oct 24, 2024
1 parent dde8720 commit f202581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
shell: bash
working-directory: xerces-c
run: |
./configure --disable-shared --prefix=$(pwd)/_build_mac_x64 CFLAGS="-arch x86_64" CXXFLAGS="-arch x86_64"
./configure --disable-shared --prefix=$(pwd)/_build_mac_x64 CFLAGS="-arch x86_64" CXXFLAGS="-arch x86_64" --enable-xmlch-wchar_t
make -j
make install
Expand Down

0 comments on commit f202581

Please sign in to comment.