1 Star 0 Fork 16

亖卌丗/Folly

forked from Gitee 极速下载/Folly 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.bat 989 Bytes
一键复制 编辑 原始数据 按行查看 历史
@REM Copyright (c) Meta Platforms, Inc. and affiliates.
@REM
@REM Licensed under the Apache License, Version 2.0 (the "License");
@REM you may not use this file except in compliance with the License.
@REM You may obtain a copy of the License at
@REM
@REM http://www.apache.org/licenses/LICENSE-2.0
@REM
@REM Unless required by applicable law or agreed to in writing, software
@REM distributed under the License is distributed on an "AS IS" BASIS,
@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@REM See the License for the specific language governing permissions and
@REM limitations under the License.
@echo off
SETLOCAL
if exist %~dp0\..\..\opensource\fbcode_builder\getdeps.py (
set GETDEPS=%~dp0\..\..\opensource\fbcode_builder\getdeps.py
) else if exist %~dp0\build\fbcode_builder\getdeps.py (
set GETDEPS=%~dp0\build\fbcode_builder\getdeps.py
) else (
echo "error: unable to find getdeps.py"
exit 1
)
python3.exe %GETDEPS% build folly %*
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/614562130/folly.git
git@gitee.com:614562130/folly.git
614562130
folly
Folly
main

搜索帮助