evcc: 0.131.4 -> 0.131.5
[NixPkgs.git] / pkgs / by-name / bo / boost-build / fix-clang-target.patch
blob0e64e02e27439ff30aa2f5d410a7def0ac032c4f
1 --- a/src/tools/clang.jam 2024-07-25 10:38:16.278401900 -0700
2 +++ b/src/tools/clang.jam 2024-07-25 10:38:52.659750666 -0700
3 @@ -90,11 +90,6 @@
4 case x86-64 : arch = x86_64 ;
5 case x86-32 : arch = i386 ;
8 - toolset.flags $(toolset)
9 - OPTIONS $(condition)/<target-os>$(target-os)/<architecture>$(_architecture_)/<address-model>$(_address-model_)
10 - : "--target=$(arch)-$(vendor-sys)"
11 - : unchecked ;