From 65d807be5777bbb6d49cc7ad4d731b0642d9361b Mon Sep 17 00:00:00 2001 From: grdowns Date: Mon, 1 Jul 2019 12:42:53 -0700 Subject: [PATCH] Rename patch file --- ..._detect_arm_on_windows.h => 003_detect_arm_on_windows.patch} | 0 ports/soxr/portfile.cmake | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename ports/soxr/{003_detect_arm_on_windows.h => 003_detect_arm_on_windows.patch} (100%) diff --git a/ports/soxr/003_detect_arm_on_windows.h b/ports/soxr/003_detect_arm_on_windows.patch similarity index 100% rename from ports/soxr/003_detect_arm_on_windows.h rename to ports/soxr/003_detect_arm_on_windows.patch diff --git a/ports/soxr/portfile.cmake b/ports/soxr/portfile.cmake index 15180241c..3a2e23c30 100644 --- a/ports/soxr/portfile.cmake +++ b/ports/soxr/portfile.cmake @@ -12,7 +12,7 @@ vcpkg_extract_source_archive_ex( PATCHES 001_initialize-resampler.patch 002_disable_warning.patch - 003_detect_arm_on_windows.h + 003_detect_arm_on_windows.patch ) vcpkg_configure_cmake(