Closed iamalnewkirk closed 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)
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.
https://github.com/sass/perl-libsass/blob/012234792f533f0d9d33c6ec40d5238e6a3b598d/Makefile.PL#L652-L656