mirror of
https://github.com/CompeyDev/lei.git
synced 2024-12-12 04:40:42 +00:00
chore(build): add todo comment for build script
This commit is contained in:
parent
dd9ee216a8
commit
33572b82ab
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ func buildVm(artifactPath string, cmakeFlags ...string) {
|
|||
Exec("cmake", buildDir, append(defaultCmakeFlags, cmakeFlags...)...)
|
||||
Exec("cmake", buildDir, "--build", ".", "--target Luau.VM", "--config", "RelWithDebInfo")
|
||||
|
||||
// TODO: Write status file including version & build type (vector3 or vector4)
|
||||
// If current build type and version differ, then rebuild from scratch and
|
||||
// replace
|
||||
// Copy the artifact to the artifact directory
|
||||
artifactFile, artifactErr := os.ReadFile(path.Join(buildDir, ARTIFACT_NAME))
|
||||
bail(artifactErr)
|
||||
|
|
Loading…
Reference in a new issue