I have an external I've created that I've put into: /Users/alex/Documents/Pd/the binary is called "jit_expr.pd_darwin" (...) when I [declare -stdlib jit_expr] I then fail to create [jit/expr]externals/jit_expr/ On my home, linux machine, where my external folder is located at /home/alex/.local/lib/pd/externals/jit_expr and appropriately named jit_expr.pd_linux I succeed to create [jit/expr] after [declare -stdlib jit_expr]Is this a bug am I not following some naming convention that I should be?
[declare -lib jit_expr] worked on my osx machine.