App Store Compatibility?

2021-04-16 Thread Joshua Armenta
Hi all, Thanks for a great project. Are libraries built with ECL compatible with Apple’s App Store policies? Specifically, does the app make any private API calls to the macOS operating system? Many thanks, Josh Disclaimer The information contained in this communication from the sender is

Flags for other platforms during static lib compilation?

2021-06-26 Thread Joshua Armenta
Is there a flag to set another architecture type during the compilation process? For example I’m on an Intel Mac but I want to make a project build for ARM Mac (or a fat binary) to not use Rosetta 2 for that version. Or, I’m on a Mac but want to cross compile the lisp project/static library to

Re: Flags for other platforms during static lib compilation?

2021-06-27 Thread Joshua Armenta
isalat/jffi_repl_example/blob/master/app/src/main/lisp/asdf_libs/compile.lisp<https://gitlab.com/spaghettisalat/jffi_repl_example/blob/master/app/src/main/lisp/asdf_libs/compile.lisp> for an example with a basic asdf integration. Best regards, Marius Gerbershagen Am 26.06.21 um 19:43 schrieb Jo