mirror of https://github.com/icedland/iced.git
Update sln path
This commit is contained in:
parent
8521497f21
commit
f00481297b
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue