Skip to content

Commit

Permalink
fix char type
Browse files Browse the repository at this point in the history
  • Loading branch information
adragnevVW committed Oct 24, 2024
1 parent d23b177 commit 97819f9
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 @@ -15,7 +15,7 @@ runs:
shell: bash
working-directory: xerces-c
run: |
./configure --disable-shared --prefix=$(pwd)/_build_mac_arm CFLAGS="-arch arm64" CXXFLAGS="-arch arm64" -Dxmlch-type=char16_t
./configure --disable-shared --prefix=$(pwd)/_build_mac_arm CFLAGS="-arch arm64" CXXFLAGS="-arch arm64" --enable-xmlch-char16_t
make -j
make install
Expand Down

0 comments on commit 97819f9

Please sign in to comment.