build: move all build stuff under this directory

This commit is contained in:
2024-06-19 17:21:40 +08:00
parent 65be59b696
commit a1450b36df
4 changed files with 32 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
import { LLVM_SRC } from "./environment";
import { buildLLVMHash } from "./llvmPackages";
import { buildLLVMHash } from "./build/llvmPackages";
buildLLVMHash(LLVM_SRC, "639a757627d1b28fa03b9438083bc3a163b8bbe8");
buildLLVMHash(LLVM_SRC, "31c8e21f40ea654f9d49b3a926acc6ef1f2ca5d5");