aboutsummaryrefslogtreecommitdiff
path: root/scripts/build-lolhtml.ps1
diff options
context:
space:
mode:
authorGravatar dave caruso <me@paperdave.net> 2023-10-31 17:25:13 -0700
committerGravatar GitHub <noreply@github.com> 2023-10-31 17:25:13 -0700
commit53d1acb0a5655deb69f54bd6f8222a6f4dd27633 (patch)
tree1b28f511d2e1723d4b279b3062ca7cc0c140f092 /scripts/build-lolhtml.ps1
parent23d2c4c8e49a1fdfdf976fb5647b3796450f66b5 (diff)
downloadbun-53d1acb0a5655deb69f54bd6f8222a6f4dd27633.tar.gz
bun-53d1acb0a5655deb69f54bd6f8222a6f4dd27633.tar.zst
bun-53d1acb0a5655deb69f54bd6f8222a6f4dd27633.zip
chore: build system improvements (#6811)
* build system improvements * public the secret download link * typo * i think i fixed it * fix ci * un-bump the cmake version
Diffstat (limited to 'scripts/build-lolhtml.ps1')
-rw-r--r--scripts/build-lolhtml.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-lolhtml.ps1 b/scripts/build-lolhtml.ps1
index e7ee42fa0..dc3ca456e 100644
--- a/scripts/build-lolhtml.ps1
+++ b/scripts/build-lolhtml.ps1
@@ -8,4 +8,4 @@ try {
Copy-Item target/x86_64-pc-windows-msvc/release/lolhtml.lib $BUN_DEPS_OUT_DIR
Copy-Item target/x86_64-pc-windows-msvc/release/lolhtml.pdb $BUN_DEPS_OUT_DIR
Write-Host "-> lolhtml.lib"
-} finally { Pop-Location } \ No newline at end of file
+} finally { Pop-Location }