gnustep / tools-make

The makefile package is a simple, powerful and extensible way to write makefiles for a GNUstep-based project.
https://www.gnustep.org/
GNU General Public License v3.0
29 stars 43 forks source link

Check for objc.lib instead of objc.dll #13

Closed triplef closed 3 years ago

triplef commented 3 years ago

objc.lib is what is used for linking. Matches changes in https://github.com/gnustep/libs-base/pull/165.

triplef commented 3 years ago

I took the liberty to merge this without review given it was a minimal change and the same change was already approved in Base.