clang-{4,5}: set postBuild to empty string to avoid rebuild for now
This commit is contained in:
parent
33c132e9b3
commit
514f67e3a8
@ -37,6 +37,9 @@ let
|
|||||||
|
|
||||||
patches = [ ./purity.patch ];
|
patches = [ ./purity.patch ];
|
||||||
|
|
||||||
|
# XXX: TODO: This should be removed on next rebuild
|
||||||
|
postBuild = "";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
sed -i -e 's/Args.hasArg(options::OPT_nostdlibinc)/true/' lib/Driver/Tools.cpp
|
sed -i -e 's/Args.hasArg(options::OPT_nostdlibinc)/true/' lib/Driver/Tools.cpp
|
||||||
sed -i -e 's/DriverArgs.hasArg(options::OPT_nostdlibinc)/true/' lib/Driver/ToolChains.cpp
|
sed -i -e 's/DriverArgs.hasArg(options::OPT_nostdlibinc)/true/' lib/Driver/ToolChains.cpp
|
||||||
|
@ -37,6 +37,9 @@ let
|
|||||||
|
|
||||||
patches = [ ./purity.patch ];
|
patches = [ ./purity.patch ];
|
||||||
|
|
||||||
|
# XXX: TODO: This should be removed on next rebuild
|
||||||
|
postBuild = "";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
sed -i -e 's/DriverArgs.hasArg(options::OPT_nostdlibinc)/true/' \
|
sed -i -e 's/DriverArgs.hasArg(options::OPT_nostdlibinc)/true/' \
|
||||||
-e 's/Args.hasArg(options::OPT_nostdlibinc)/true/' \
|
-e 's/Args.hasArg(options::OPT_nostdlibinc)/true/' \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user