sapling/build.bat
Xavier Deguillard a29d465ee8 fs: fix license header
Summary:
With Facebook having been renamed Meta Platforms, we need to change the license
headers.

Reviewed By: fanzeyi

Differential Revision: D33407812

fbshipit-source-id: b11bfbbf13a48873f0cea75f212cc7b07a68fb2e
2022-01-04 15:00:07 -08:00

18 lines
531 B
Batchfile

@REM Copyright (c) Meta Platforms, Inc. and affiliates.
@REM
@REM This software may be used and distributed according to the terms of the
@REM GNU General Public License version 2.
@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 eden %*