Skip to content

Commit

Permalink
End support for 32 bit Windows on ARM per PLT vote.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Jan 13, 2024
1 parent b7dde67 commit 9a9576b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
2 changes: 1 addition & 1 deletion build_signed_windows_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ WIN_BUILD_DIR=$SCRIPT_DIR/build_windows
mkdir $WIN_BUILD_DIR
cd $WIN_BUILD_DIR

for arch in x86_64 i686 armv7 aarch64; do
for arch in x86_64 i686 aarch64; do
BUILD_ARCH_DIR="$WIN_BUILD_DIR/build_win_$arch"

# Clear existing build
Expand Down
28 changes: 0 additions & 28 deletions cross-compile/freedv-mingw-llvm-armv7.cmake

This file was deleted.

0 comments on commit 9a9576b

Please sign in to comment.