mirror of
https://github.com/HarbourMasters/2ship2harkinian.git
synced 2024-11-22 21:49:54 +00:00
PowerShell clang fix (#714)
* Fixes script running in commandline mode by adding System.Net inclusion at the top. Also adds clang-format.exe to gitignore. * Change System.Net namespace to System.
This commit is contained in:
parent
791064e870
commit
1f3ca038a8
1
.gitignore
vendored
1
.gitignore
vendored
@ -66,3 +66,4 @@ _packages/
|
||||
|
||||
/mm/src/boot/build.c
|
||||
/mm/windows/properties.h
|
||||
/clang-format.exe
|
||||
|
@ -1,3 +1,4 @@
|
||||
Using Namespace System
|
||||
$url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.6/LLVM-14.0.6-win64.exe"
|
||||
$llvmInstallerPath = ".\LLVM-14.0.6-win64.exe"
|
||||
$clangFormatFilePath = ".\clang-format.exe"
|
||||
|
Loading…
Reference in New Issue
Block a user