mirror of
https://github.com/openharmony/ace_ace_engine.git
synced 2026-07-19 14:43:36 -04:00
fix mac sdk build
Signed-off-by: seaside_wu <wuhaibin5@huawei.com> Change-Id: I57186a8db99ed3cbb2159d4522f02908b86ef29f
This commit is contained in:
@@ -15,4 +15,4 @@
|
||||
use_mingw_win = "${current_os}_${current_cpu}" == "mingw_x86_64"
|
||||
|
||||
# source code for mac.
|
||||
use_mac = "${host_os}_${host_cpu}" == "mac_x64"
|
||||
use_mac = "${current_os}_${current_cpu}" == "mac_x64"
|
||||
|
||||
Reference in New Issue
Block a user