diff options
author | 2023-10-31 17:25:13 -0700 | |
---|---|---|
committer | 2023-10-31 17:25:13 -0700 | |
commit | 53d1acb0a5655deb69f54bd6f8222a6f4dd27633 (patch) | |
tree | 1b28f511d2e1723d4b279b3062ca7cc0c140f092 /scripts/build-lolhtml.ps1 | |
parent | 23d2c4c8e49a1fdfdf976fb5647b3796450f66b5 (diff) | |
download | bun-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.ps1 | 2 |
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 } |