bsansouci / bsb-native

Build system for OCaml/Reason
Other
245 stars 10 forks source link

Lots of warnings with prebuilt binaries on older mac os #63

Closed Schmavery closed 5 years ago

Schmavery commented 6 years ago

I get a lot (like 20 per entry) of warnings when compiling using the prebuild 3.2.0 binaries. They look like this:

ld: warning: object file (/Users/schmave/Documents/git/reprocessing/node_modules/bs-platform/vendor/ocaml/lib/ocaml/libasmrun.a(compact.o)) was built for newer OSX version (10.13) than being linked (10.12)

I could update my os but since we probably don't need any new compiler features, we might as well use the -mmacosx-version-min flag and avoid people on slightly older OSes getting these warnings?

https://stackoverflow.com/questions/43216273/object-file-was-built-for-newer-osx-version-than-being-linked

Schmavery commented 5 years ago

Fixed