1 Star 0 Fork 0

yanghaku/wamr-nxos-dev

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
SConscript 566 Bytes
一键复制 编辑 原始数据 按行查看 历史
#
# Copyright (c) 2021, RT-Thread Development Team
#
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#
# for module compiling
import os
from building import *
objs = []
cwd = GetCurrentDir()
list = os.listdir(cwd)
if GetDepend(['PKG_USING_WAMR']):
wamr_entry_sconscript = os.path.join(cwd, "product-mini", "platforms", "rt-thread", 'SConscript')
wamr_runlib_sconscript = os.path.join(cwd, "build-scripts", 'SConscript')
objs = objs + SConscript(wamr_entry_sconscript)
objs = objs + SConscript(wamr_runlib_sconscript)
Return('objs')
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/yanghaku/wamr-nxos-dev.git
git@gitee.com:yanghaku/wamr-nxos-dev.git
yanghaku
wamr-nxos-dev
wamr-nxos-dev
nxos

搜索帮助