ScintillatorSynth / Scintillator

A Video Synthesis Engine for SuperCollider
https://scintillatorsynth.org
56 stars 8 forks source link

Fixes ScinServer.boot to handle install paths with spaces #106

Closed lnihlen closed 4 years ago

lnihlen commented 4 years ago

Purpose and motivation

Fixes #100. Adds some fixes for MacOS build to work with spaces in the path. However uncovers #105, the linuxdeploy tool can't seem to handle spaces in the path for one of its arguments.

Implementation

Used the .shellQuote method, as suggested by @jrsurge. Put quotes around stuff in CMakeLists.txt.

Types of changes

Status