diff options
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) |