mirror of
https://github.com/openharmony/third_party_spirv-tools.git
synced 2026-06-30 20:57:57 -04:00
@@ -31,12 +31,6 @@ declare_args() {
|
||||
}
|
||||
|
||||
if (use_system_xcode == "") {
|
||||
if (target_os == "mac") {
|
||||
_result = exec_script("//build/mac/should_use_hermetic_xcode.py",
|
||||
[ target_os ],
|
||||
"value")
|
||||
use_system_xcode = _result == 0
|
||||
}
|
||||
if (target_os == "ios") {
|
||||
use_system_xcode = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user