diff options
| author | StevenWdV <stevenwdv@gmail.com> | 2022-01-24 14:59:25 +0100 |
|---|---|---|
| committer | StevenWdV <stevenwdv@gmail.com> | 2022-01-24 16:24:57 +0100 |
| commit | e544c6fa9e15e7277da79e2464243e90b2706b8c (patch) | |
| tree | de6613747e0e34a799089d4677f9833a85748712 /wrappers/swift/swift.cmd | |
| parent | aab2e4b966c82b67eb0e204060e5ea6cd4ea15cf (diff) | |
Cleanup
Added variables to Makefiles to specify custom exports/ directory;
Split exception classes in Java & C#;
Added more comments;
Renamed library and Go package;
Removed real (pure) tests;
Added generate_lib.ps1 to generate import .lib for Windows (Swift);
Moved built Go libraries to exports/lib/;
Switch to hopefully faster Swift GitHub Action.
Diffstat (limited to 'wrappers/swift/swift.cmd')
| -rwxr-xr-x | wrappers/swift/swift.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/swift/swift.cmd b/wrappers/swift/swift.cmd index 87fba4b..57040bd 100755 --- a/wrappers/swift/swift.cmd +++ b/wrappers/swift/swift.cmd @@ -1,6 +1,6 @@ @echo off -:: Rename PATH -> Path +:: Rename PATH -> Path because of swift issue https://github.com/compnerd/swift-build/issues/413 set _p=%PATH% set PATH= set Path=%_p% |
