diff options
| author | ruki <[email protected]> | 2026-03-08 20:22:41 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-08 20:22:41 +0800 |
| commit | 80b759fb6ac6cb67844ac1929a85310447c890c4 (patch) | |
| tree | 3631fa9a9b33ce5cdc609587a64fc3c891344183 | |
| parent | 31c6941b7ea41f1d3888db2fc2ee07a6cd948499 (diff) | |
| parent | 1ec51411988ae0ca5adcaeeb383a107d305f9907 (diff) | |
Merge pull request #7384 from xmake-io/ohos
improve find_hdk
| -rw-r--r-- | xmake/modules/detect/sdks/find_hdk.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/detect/sdks/find_hdk.lua b/xmake/modules/detect/sdks/find_hdk.lua index 138652f3d..7d8ac8bb2 100644 --- a/xmake/modules/detect/sdks/find_hdk.lua +++ b/xmake/modules/detect/sdks/find_hdk.lua @@ -33,6 +33,7 @@ function _find_hdkdir(sdkdir) if not sdkdir then if is_host("macosx") then local paths = { + "/Applications/DevEco-Studio.app/Contents/sdk/default/openharmony", "~/Library/OpenHarmony/Sdk/*", "~/Library/Huawei/Sdk/*/*" -- for old version, deprecated } |
