Skip to content

Commit 28c1ad0

Browse files
committed
feat: v2.1.1706185428 (#20)
1 parent 0a0a94c commit 28c1ad0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Build-LuaJIT.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function Start-VsDevCmd
1313
& "${env:COMSPEC}" /s /c "`"$vsdevcmd`" -no_logo -arch=amd64 && set" |
1414
ForEach-Object {
1515
$name, $value = $_ -split '=', 2
16-
Set-Content env:\"$name" $value
16+
Set-Item -Path env:\"$name" -Value $value
1717
}
1818
}
1919

0 commit comments

Comments
 (0)