gnustep / libobjc2

Objective-C runtime library intended for use with Clang.
http://www.gnustep.org/
MIT License
426 stars 116 forks source link

Tests: Append CMAKE_BINARY_DIR to PATH on Windows #253

Closed qmfrederik closed 6 months ago

qmfrederik commented 6 months ago

Avoids copying objc.dll to the tests directory.

davidchisnall commented 6 months ago

Looks fine, but can you check that this works in a fresh terminal session? There were some exciting problems with CMake not preserving environment variable changes.

qmfrederik commented 6 months ago

On Windows, yes, this works (I tried locally and CI also excercises that path).