Skip to content

Commit

Permalink
improve build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
xianjimli committed Dec 6, 2023
1 parent 6ebeb72 commit 139a376
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* fscript 增加 date\_time\_format
* 完善 fscript,先找全局函数,再找用户自定义的函数。
* 完善 csv 路径解析。
* 修复传入命令行编译脚本不正常的问题(感谢智明提供补丁)

2023/12/05
* 完善fscript部分数学函数。
Expand Down
1 change: 0 additions & 1 deletion scripts/app_helper_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ def __init__(self, ARGUMENTS):
global SRT_SCONS_CONFIG_SCRIPT_ARGV
if SRT_SCONS_CONFIG_SCRIPT in ARGUMENTS :
self.complie_helper = self.get_complie_helper_by_script(ARGUMENTS, ARGUMENTS[SRT_SCONS_CONFIG_SCRIPT], ARGUMENTS.get(SRT_SCONS_CONFIG_SCRIPT_ARGV, ''))
exit()
else :
self.complie_helper = compile_config.complie_helper()
self.complie_helper.set_compile_config(COMPILE_CONFIG)
Expand Down

0 comments on commit 139a376

Please sign in to comment.