diff options
| -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 } |
