mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 06:30:39 +00:00
Wrong directory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30669 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ab4fa4f377
commit
7a8efced36
@ -660,7 +660,7 @@ if (!$BuildError) {
|
||||
$afiles.= `find lib/ -iname '*.a' -ls`;
|
||||
$afiles.= `find tools/ -iname '*.a' -ls`;
|
||||
if($BUILDTYPE eq "release"){
|
||||
$afiles.= `find Release+Asserts/ -iname '*.a' -ls`;
|
||||
$afiles.= `find Release/ -iname '*.a' -ls`;
|
||||
} elsif($BUILDTYPE eq "release-asserts") {
|
||||
$afiles.= `find Release-Asserts/ -iname '*.a' -ls`;
|
||||
} else {
|
||||
@ -671,7 +671,7 @@ if (!$BuildError) {
|
||||
$ofiles.= `find lib/ -iname '*.o' -ls`;
|
||||
$ofiles.= `find tools/ -iname '*.o' -ls`;
|
||||
if($BUILDTYPE eq "release"){
|
||||
$ofiles.= `find Release+Asserts/ -iname '*.o' -ls`;
|
||||
$ofiles.= `find Release/ -iname '*.o' -ls`;
|
||||
} elsif($BUILDTYPE eq "release-asserts") {
|
||||
$ofiles.= `find Release-Asserts/ -iname '*.o' -ls`;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user