| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3137e46 commit cbd358c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1495,6 +1495,8 @@ def _GetXcodeEnv(xcode_settings, built_products_dir, srcroot, configuration, | |||
| 1495 | 1495 | sdk_root = xcode_settings._SdkRoot(configuration) | |
| 1496 | 1496 | if not sdk_root: | |
| 1497 | 1497 | sdk_root = xcode_settings._XcodeSdkPath('') | |
| 1498 | + if sdk_root is None: | ||
| 1499 | + sdk_root = '' | ||
| 1498 | 1500 | env['SDKROOT'] = sdk_root | |
| 1499 | 1501 | ||
| 1500 | 1502 | if not additional_settings: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments