summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/bootstrap.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/bootstrap.py b/bin/bootstrap.py
index 9eb4a9cc..13d8004e 100755
--- a/bin/bootstrap.py
+++ b/bin/bootstrap.py
@@ -16,8 +16,8 @@ from pathlib import Path
REPOS = "etc/repos.json"
BOOTSTRAP_CC = ["clang++", "-std=c++20", "-DBOOTSTRAP_BUILD_TOOL"]
MAIN_MODULE = ""
-MAIN_TARGET = "just"
-MAIN_STAGE = "src/buildtool/main/just"
+MAIN_TARGET = ""
+MAIN_STAGE = "bin/just"
# relevant directories (global variables)