mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-04-28 13:17:58 +03:00
ps1
This commit is contained in:
parent
adc3daaa73
commit
305ea4a00e
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ if (-not (Test-Path $clangFormatFilePath) -or ($currentVersion -ne $requiredVers
|
|||
|
||||
$basePath = (Resolve-Path .).Path
|
||||
$files = Get-ChildItem -Path $basePath\soh -Recurse -File `
|
||||
| Where-Object { (-not ($_.FullName -like "*\soh\include\miniaudio*")) -and (-not ($_.FullName -like "*\soh\include\dr_libs\*")) -and `
|
||||
| Where-Object { (-not ($_.FullName -like "*\soh\include\miniaudio*")) -and `
|
||||
($_.Extension -eq '.c' -or $_.Extension -eq '.cpp' -or `
|
||||
(($_.Extension -eq '.h' -or $_.Extension -eq '.hpp') -and `
|
||||
(-not ($_.FullName -like "*\soh\src\*" -or $_.FullName -like "*\soh\include\*")))) -and `
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue