diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/x265/compiler-target.diff | |
Diffstat (limited to 'vcpkg/ports/x265/compiler-target.diff')
| -rw-r--r-- | vcpkg/ports/x265/compiler-target.diff | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/x265/compiler-target.diff b/vcpkg/ports/x265/compiler-target.diff new file mode 100644 index 0000000..f18699e --- /dev/null +++ b/vcpkg/ports/x265/compiler-target.diff @@ -0,0 +1,14 @@ +diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt +index ab5ddfe..e99c4d8 100755 +--- a/source/CMakeLists.txt ++++ b/source/CMakeLists.txt +@@ -570,6 +570,9 @@ if((MSVC_IDE OR XCODE OR GCC) AND ENABLE_ASSEMBLY) + set(SUFFIX o) + endif() + ++ if(CMAKE_CXX_COMPILER_TARGET) ++ list(PREPEND ARM_ARGS "--target=${CMAKE_CXX_COMPILER_TARGET}") ++ endif() + if(ARM OR CROSS_COMPILE_ARM) + # compile ARM arch asm files here + enable_language(ASM) |