Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The compiled code will need to run on hostPlatform (#551)
I admit I am a dog at cross-compilation but the nixpkgs manual says > The "host platform" is the platform on which a package will be run. This is the simplest platform to understand, but also the one with the worst name. When we: - build blst - as part of a linux build tool - that is needed to compile something for mingw64 then blst gets configured with `./build.sh flavour=mingw64\n./build.sh -shared flavour=mingw64` while it's actually built on linux and for linux (where the build tool will run). Using hostPlatform seems to make this work ok.
- Loading branch information