Merge pull request #112449 from angerman/angerman/response-files
Add response file support when compiling with clang
This commit is contained in:
@@ -160,6 +160,7 @@ stdenv.mkDerivation {
|
||||
local dst="$1"
|
||||
local wrapper="$2"
|
||||
export prog="$3"
|
||||
export use_response_file_by_default=${if isClang then "1" else "0"}
|
||||
substituteAll "$wrapper" "$out/bin/$dst"
|
||||
chmod +x "$out/bin/$dst"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user