Hi there,
Not sure if I’m in the right place to ask that but I’m still trying ^^
I’m actually starting to using a custom version of Zola (with a patch for accentuated list and some other things to come), you can found it here: GitHub - Awea/zola: A fast static site generator in a single binary with everything built-in.
To easily share the released version with a friend I started to used GitHub actions to automatically create a release. But I’m getting an error which I’m unable to solve (since I’m new to Rust and all) when I start the release for macOs. Here is the error:
dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin
Referenced from: /Users/foo/Desktop/./zola (which was built for Mac OS X 10.15)
Expected in: /usr/lib/libSystem.B.dylib
dyld: Symbol not found: ____chkstk_darwin
Referenced from: /Users/foo/Desktop/./zola (which was built for Mac OS X 10.15)
Expected in: /usr/lib/libSystem.B.dylib
Any hints will be very appreciated