active-logic / howl

Symbolic notation engine
Other
6 stars 1 forks source link

Install broken on macOS (regression) #20

Closed eelstork closed 4 years ago

eelstork commented 4 years ago

On my latest try, the installer built a library. src/build/build.csproj is set to build an executable release is set to tar src/build So, that looks okay. Maybe the archive is out of date.

eelstork commented 4 years ago

Same result running setup locally. Adding -r osx-x64 fixes this but likely to break Linux build. Cannot use --self-contained without a runtime id.

eelstork commented 4 years ago

Added a platform specific flag; good on Mojave; also good on Ubuntu

eelstork commented 4 years ago

Also good on Catalina; closing