fgombault
Results
1
comments of
fgombault
Some dependancies must be installed with specific ldflags in order to build on M1. ``` gem install gobject-introspection:3.5.1 -- --with-ldflags="-Wl,-undefined,dynamic_lookup" gem install cairo-gobject:3.5.1 -- --with-ldflags="-Wl,-undefined,dynamic_lookup" gem install pango:3.5.1 -- --with-ldflags="-Wl,-undefined,dynamic_lookup"...