mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
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 ];
|
||||
|
||||
# XXX: TODO: This should be removed on next rebuild
|
||||
postBuild = "";
|
||||
|
||||
postPatch = ''
|
||||
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
|
||||
|
@ -37,6 +37,9 @@ 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/' \
|
||||
|
Loading…
Reference in New Issue
Block a user