Skip to content

Commit

Permalink
Updated GenerateCompatibilitySuppressionFiles script to support Unix-…
Browse files Browse the repository at this point in the history
…based systems.
  • Loading branch information
m4rs-mt committed May 21, 2023
1 parent b8b9df0 commit 4971f64
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## ---------------------------------------------------------------------------------------
## ILGPU
## Copyright (c) 2022 ILGPU Project
## Copyright (c) 2022-2023 ILGPU Project
## www.ilgpu.net
##
## File: GenerateCompatibilitySuppressionFiles.ps1
Expand All @@ -11,7 +11,7 @@

using namespace System.IO

$basePath = [Path]::Combine($PSScriptRoot, '..\..')
$basePath = [Path]::Combine($PSScriptRoot, '../..')
$srcPath = [Path]::Combine($basePath, 'Src')

# Reset by deleting existing compatibility suppression files.
Expand Down

0 comments on commit 4971f64

Please sign in to comment.