!55 修复在1.1.1-LTS版本下编译wifiiot hi3861 scripts报错问题

Merge pull request !55 from lbmcu/master
This commit is contained in:
openharmony_ci
2021-08-09 03:18:59 +00:00
committed by Gitee
+1 -1
View File
@@ -26,7 +26,7 @@ import sys
import datetime
import atexit
from distutils import dir_util
sys.path.append(os.path.join(os.getcwd(), 'build'))
sys.path.insert(0,os.path.join(os.getcwd(), 'build'))
from scripts import common_env
from scripts import scons_utils
from scripts import scons_app