diff options
| author | Voskrese <10104740+Voskrese@users.noreply.github.com> | 2020-04-13 11:40:43 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-13 11:40:43 +0800 |
| commit | b0037f4621d4fd5a434259e99ddd48893b3451e5 (patch) | |
| tree | 5ee9ad33e265423cfbc443a3bc797f70100104cf | |
| parent | 63cc016504d26ce46c0ef87483890a99c4d25508 (diff) | |
| download | vcpkg-b0037f4621d4fd5a434259e99ddd48893b3451e5.tar.gz vcpkg-b0037f4621d4fd5a434259e99ddd48893b3451e5.zip | |
fix clean
| -rw-r--r-- | ports/physfs/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/physfs/portfile.cmake b/ports/physfs/portfile.cmake index 0ebef3733..86d56b4fa 100644 --- a/ports/physfs/portfile.cmake +++ b/ports/physfs/portfile.cmake @@ -1,4 +1,4 @@ -include(vcpkg_common_functions) +vcpkg_fail_port_install(ON_ARCH "arm64") set(PHYSFS_VERSION 3.0.2) vcpkg_download_distfile(ARCHIVE |
