aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorNicholas <nbnoll@eml.cc>2021-11-15 15:05:18 -0800
committerNicholas <nbnoll@eml.cc>2021-11-15 15:05:18 -0800
commit27d656be97f1544d7535d8c144ff28b9214aed97 (patch)
treeb9ae0f24e6979da36685cb44ef1cb93ad245802c /bin
parent0369b1505b019becfb74ccd9c82f9f7700af377a (diff)
Chore: updated build paths
Diffstat (limited to 'bin')
-rwxr-xr-xbin/updatedirs3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/updatedirs b/bin/updatedirs
index b304251..850fe1a 100755
--- a/bin/updatedirs
+++ b/bin/updatedirs
@@ -11,6 +11,9 @@ if __name__ == "__main__":
if not os.path.exists(BUILD):
os.mkdir(BUILD)
+ if not os.path.exists(f"{BUILD}/sys"):
+ os.mkdir(f"{BUILD}/sys")
+
if not os.path.exists(TEST):
os.mkdir(TEST)