llvm6: remove copied "remove this on next rebuild" value :)

This commit is contained in:
Will Dietz 2018-02-19 19:20:05 -06:00
parent c3e16a42ee
commit 9306e2fb6f

View file

@ -37,9 +37,6 @@ let
patches = [ ./purity.patch ];
# XXX: TODO: This should be removed on next rebuild
postBuild = "";
postPatch = ''
sed -i -e 's/DriverArgs.hasArg(options::OPT_nostdlibinc)/true/' \
-e 's/Args.hasArg(options::OPT_nostdlibinc)/true/' \