Update sln path

This commit is contained in:
wtfsck 2021-08-19 15:24:40 +02:00
parent 8521497f21
commit f00481297b
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ new_func() {
}
clean_dotnet_build_output() {
dotnet clean -v:m -c $configuration "$root_dir/src/csharp/Iced.sln"
dotnet clean -v:m -c $configuration "$root_dir/src/csharp/Intel/Iced.sln"
}
generator_check() {