···66 echo "Compiling a custom test"
67 set -x
68 emcc -O2 -s EMULATE_FUNCTION_POINTER_CASTS=1 xmllint.o \
69- ./.libs/libxml2.a `pkg-config zlib --cflags` `pkg-config zlib --libs` -o ./xmllint.test.js \
00070 --embed-file ./test/xmlid/id_err1.xml
7172 echo "Using node to execute the test which basically outputs an error on stderr which we grep for"
···66 echo "Compiling a custom test"
67 set -x
68 emcc -O2 -s EMULATE_FUNCTION_POINTER_CASTS=1 xmllint.o \
69+ ./.libs/''
70+ + pkgs.lib.optionalString pkgs.stdenv.isDarwin "libxml2.dylib "
71+ + pkgs.lib.optionalString (!pkgs.stdenv.isDarwin) "libxml2.a "
72+ + '' `pkg-config zlib --cflags` `pkg-config zlib --libs` -o ./xmllint.test.js \
73 --embed-file ./test/xmlid/id_err1.xml
7475 echo "Using node to execute the test which basically outputs an error on stderr which we grep for"