Skip to content

Commit

Permalink
fix: allow for windows ARM support
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryConrad committed Jul 29, 2024
1 parent 8491aa5 commit 140f981
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/flutter_mimir/windows/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
set(MimirVersion "mimir-v0.0.2+1") # generated; do not edit

# TODO Remove this workaround once Flutter supports Windows ARM.
# https://github.com/flutter/flutter/issues/116196
set(FLUTTER_TARGET_PLATFORM windows-x64)

# The Flutter tooling requires that developers have a version of Visual Studio
# installed that includes CMake 3.14 or later. You should not increase this
# version, as doing so will cause the plugin to fail to compile for some
Expand Down

0 comments on commit 140f981

Please sign in to comment.