1 Star 0 Fork 90

lizhengrong/third_party_unity

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
platformio-build.py 397 Bytes
一键复制 编辑 原始数据 按行查看 历史
lizhengrong 提交于 2024-04-23 11:35 . update unity 2.6.0
import os
Import("env")
env.Append(CPPDEFINES=["UNITY_INCLUDE_CONFIG_H"])
# import "unity_config.h" folder to the library builder
try:
Import("projenv")
projenv.Append(CPPDEFINES=["UNITY_INCLUDE_CONFIG_H"])
for p in projenv["CPPPATH"]:
p = projenv.subst(p)
if os.path.isfile(os.path.join(p, "unity_config.h")):
env.Prepend(CPPPATH=[p])
except:
pass
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lizrong/third_party_unity.git
[email protected]:lizrong/third_party_unity.git
lizrong
third_party_unity
third_party_unity
master

搜索帮助