What's the proper way to make native extension files be ignored by targets they don't support?

Currently https://github.com/subsoap/defos produces an error when being built on Windows.

clojure.lang.ExceptionInfo: Compilation error: Unsupported platform x86_64-windows

How would I properly exclude Windows build from attempting to use the native extension files?

1 Like

Hmm, the only workaround I can think of currently is to rename the ext.manifest to _ext.manifest during development for windows.
I don’t think we’ll add a “proper” way of disabling it for platforms, since they are supposed to work on all platforms. Hang in there, only a few weeks left now!

6 Likes