Language Configuration broken for osx command line sclang #366
Labels
bug
Issues that relate to unexpected/unwanted behavior. Don't use for PRs.
comp: sclang
sclang C++ implementation (primitives, etc.). for changes to class lib use "comp: class library"
env: SCIDE
os: macOS
the command-line sclang application on osx does not seem to correctly populate the paths:
sc_GetResourceDirectory() calls into SC_StandAloneInfo::GetResourceDir(), which seems to work from inside SC.app, but returns $HOME/.sclang/SCClassLibrary in the command-line sclang.
The text was updated successfully, but these errors were encountered: