metacall / distributable-macos

MacOs redistributable for shipping MetaCall Core.
Apache License 2.0
1 stars 6 forks source link

Resolved unbounded variable issue and Cmake now works properly #10

Closed brillard1 closed 1 year ago

brillard1 commented 1 year ago

This version of code removes the echo statement that was preventing the rest of the code from executing, and adds a line to detach the mounted disk image at the end to ensure that the system is left in a clean state. Also the unbounded variables are now made bounded by assigning them non null values.