Skip to content

Commit a6158c9

Browse files
authored
Merge pull request #23254 from compnerd/the-vendor-is-known
build: specify vendor for Darwin benchmarks
2 parents 21b96d4 + d86ead4 commit a6158c9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

benchmark/cmake/modules/AddSwiftBenchmarkSuite.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ macro(configure_sdks_darwin)
7777
set(appletvos_ver "9.1")
7878
set(watchos_ver "2.0")
7979

80+
set(macosx_vendor "apple")
81+
set(iphoneos_vendor "apple")
82+
set(appletvos_vendor "apple")
83+
set(watchos_vendor "apple")
84+
8085
set(macosx_triple_platform "macosx")
8186
set(iphoneos_triple_platform "ios")
8287
set(appletvos_triple_platform "tvos")

0 commit comments

Comments
 (0)