Snaipe / Mimick

A KISS, cross-platform C mocking library
MIT License
152 stars 42 forks source link

Fix PLT_SEL_FILE for Darwin and Linux #19

Closed cottsay closed 3 years ago

cottsay commented 3 years ago

The variable name contains everything after the @, which includes the file: prefix. The variable val should contain everything after the file: prefix, which should be appropriate for comparison with the library file name.

Snaipe commented 3 years ago

Thanks for the fix!