Commit 9f047b8a authored by zhen.jiang's avatar zhen.jiang

增加ohos_arm64 lib缓存支持

parent d8ec59e3
...@@ -73,7 +73,8 @@ toolchainDependency.linux_arm32_hfp = arm-unknown-linux-gnueabihf-gcc-8.3.0-glib ...@@ -73,7 +73,8 @@ toolchainDependency.linux_arm32_hfp = arm-unknown-linux-gnueabihf-gcc-8.3.0-glib
cacheableTargets.macos_x64 = \ cacheableTargets.macos_x64 = \
macos_x64 \ macos_x64 \
ios_x64 \ ios_x64 \
ios_arm64 ios_arm64 \
ohos_arm64
cacheableTargets.linux_x64 = \ cacheableTargets.linux_x64 = \
linux_x64 linux_x64
...@@ -83,7 +84,8 @@ cacheableTargets.mingw_x64 = ...@@ -83,7 +84,8 @@ cacheableTargets.mingw_x64 =
cacheableTargets.macos_arm64 = \ cacheableTargets.macos_arm64 = \
macos_arm64 \ macos_arm64 \
ios_simulator_arm64 \ ios_simulator_arm64 \
ios_arm64 ios_arm64 \
ohos_arm64
# Targets that support compiler caches, but these caches # Targets that support compiler caches, but these caches
# are not considered stable enough to be turned on by default. # are not considered stable enough to be turned on by default.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment