mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
For testing, we need to make sure that we pick up `libswiftCore.dll` from the `bin` directory, rather than the copy in `lib`. Otherwise, when we use the interpreter mode, we'll `LoadLibrary` the one from `lib`, but Windows found the one in `bin` already, so we end up with two `libswiftCore.dll`s in the same process, which is bad. rdar://101623384
178 KiB
178 KiB