| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 99cbbc0 commit 58e914f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1479,6 +1479,8 @@ def _GetXcodeEnv(xcode_settings, built_products_dir, srcroot, configuration, | |||
| 1479 | 1479 | sdk_root = xcode_settings._SdkRoot(configuration) | |
| 1480 | 1480 | if not sdk_root: | |
| 1481 | 1481 | sdk_root = xcode_settings._XcodeSdkPath('') | |
| 1482 | + if sdk_root is None: | ||
| 1483 | + sdk_root = '' | ||
| 1482 | 1484 | env['SDKROOT'] = sdk_root | |
| 1483 | 1485 | ||
| 1484 | 1486 | if not additional_settings: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments