I’m making a wrapper for SimpleBLE in Julia and I can’t get it to build targeting windows in BinaryBuilder.jl I suspect because Mingw_jll is too old.
As a result I’ve written the package using pre-built binaries using @ccall and it works pretty well as far as I can tell. SimpleBLE.jl
But when I try to ship it with a local registry to another computer I get an access denied error because the .julia/packages directory has special permissions.
So my question is: Is there a recommended way to ship a package with pre-built binaries that is not BinaryBuilder.jl?
This post is also me begging for help with building SimpleBLE for windows (I got it working for Linux, see this post, but I don’t use Linux). I’ve opened an issue on Yggdrasil for updating MinGW but I just don’t know enough.