sass / perl-libsass

Perl bindings for libsass (CSS::Sass)
MIT License
29 stars 15 forks source link

Fails to install on MacOS Catelina (10.15.7) #51

Closed iamalnewkirk closed 4 years ago

iamalnewkirk commented 4 years ago

https://github.com/sass/perl-libsass/blob/012234792f533f0d9d33c6ec40d5238e6a3b598d/Makefile.PL#L652-L656

perl -MExtUtils::Command -e 'mkpath' -- blib/arch/auto/CSS/Sass/plugins/glob
clang -O3 -lstdc++ -shared -o blib/arch/auto/CSS/Sass/plugins/glob/glob.dylib -Wl,-z,origin -Wl,-rpath,\$ORIGIN/../.. -Wl,-install_name,glob.dylib plugins/glob/src/glob.o plugins/glob/vendor/FS.o -Lblib/arch/auto/CSS/Sass -lsass -lstdc++
ld: unknown option: -z
clang: error: linker command failed with exit code 1 (use -v to see invocation)
mgreter commented 4 years ago

Thanks for your report, I'm already aware due to duplicate issue https://github.com/sass/perl-libsass/issues/50 Sorry, haven't had time yet to fully test the new approach.