Skip to content

Commit

Permalink
Remove --enable-unicode on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aardappel committed Nov 8, 2022
1 parent 06e3e49 commit 74098d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
mkdir -p wxWidgets/build_
cd wxWidgets/build_
../configure --enable-unicode --disable-shared
../configure --disable-shared
make -j4
- name: install wxWidgets
run: |
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
run: |
mkdir -p wxWidgets/build_
cd wxWidgets/build_
../configure --enable-unicode --disable-shared --disable-sys-libs --with-osx_cocoa --without-libtiff --enable-universal_binary=x86_64,arm64 CXXFLAGS="-stdlib=libc++" LDFLAGS="-stdlib=libc++" OBJCXXFLAGS="-stdlib=libc++" CC=clang CXX=clang++
../configure --disable-shared --disable-sys-libs --with-osx_cocoa --without-libtiff --enable-universal_binary=x86_64,arm64 CXXFLAGS="-stdlib=libc++" LDFLAGS="-stdlib=libc++" OBJCXXFLAGS="-stdlib=libc++" CC=clang CXX=clang++
make -j4
- name: install wxWidgets
run: |
Expand Down

0 comments on commit 74098d8

Please sign in to comment.