File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -128,10 +128,10 @@ then
128
128
echo " Fetching Sass Spec PR $SPEC_PR "
129
129
git -C sass-spec fetch -u origin pull/$SPEC_PR /head:ci-spec-pr-$SPEC_PR
130
130
git -C sass-spec checkout --force ci-spec-pr-$SPEC_PR
131
- LD_LIBRARY_PATH=" $PREFIX /lib/" make $MAKE_OPTS test_probe
131
+ make LD_LIBRARY_PATH=" $PREFIX /lib/" DYLD_LIBRARY_PATH= " $PREFIX /lib/ " $MAKE_OPTS test_probe
132
132
else
133
- LD_LIBRARY_PATH=" $PREFIX /lib/" make $MAKE_OPTS test_probe
133
+ make LD_LIBRARY_PATH=" $PREFIX /lib/" DYLD_LIBRARY_PATH= " $PREFIX /lib/ " $MAKE_OPTS test_probe
134
134
fi
135
135
else
136
- LD_LIBRARY_PATH=" $PREFIX /lib/" make $MAKE_OPTS test_probe
136
+ make LD_LIBRARY_PATH=" $PREFIX /lib/" DYLD_LIBRARY_PATH= " $PREFIX /lib/ " $MAKE_OPTS test_probe
137
137
fi
You can’t perform that action at this time.
0 commit comments