We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f81137 commit 617c154Copy full SHA for 617c154
tasks.py
@@ -32,8 +32,8 @@
32
ROOT_DIR = Path(os.path.dirname(__file__))
33
ATEST_OUTPUT = ROOT_DIR / "atest" / "output"
34
UTEST_OUTPUT = ROOT_DIR / "utest" / "output"
35
-dist_dir = ROOT_DIR / "dist"
36
-build_dir = ROOT_DIR / "build"
+DIST_DIR = ROOT_DIR / "dist"
+BUILD_DIR = ROOT_DIR / "build"
37
BROWSER_BATTERIES_DIR = ROOT_DIR / "browser_batteries"
38
BROWSER_BATTERIES_BIN_DIR = BROWSER_BATTERIES_DIR / "BrowserBatteries" / "bin"
39
proto_sources = (ROOT_DIR / "protobuf").glob("*.proto")
0 commit comments