Skip to content

Commit ee211ee

Browse files
committed
Add CMake flag DCMAKE_OSX_ARCHITECTURES to lldb
1 parent bf61793 commit ee211ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build-script-impl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,7 @@ function set_build_options_for_host() {
685685

686686
lldb_cmake_options+=(
687687
-DCMAKE_OSX_SYSROOT:PATH="${cmake_os_sysroot}"
688+
-DCMAKE_OSX_ARCHITECTURES="${architecture}"
688689
)
689690
;;
690691
esac

0 commit comments

Comments
 (0)