Skip to content

Commit

Permalink
1329: fixed using of configured architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
klymenko committed Dec 1, 2014
1 parent 1d41790 commit eccd969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/os-arch.perl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
my $res = "$OS.$ARCH";

if (@ARCHITECTURES) {
my $name = "$Bin/Makefile.config.$OS.arch";
my $name = "$Bin/../Makefile.config.$OS.arch";
if (-e $name) {
while (1) {
open F, $name or last;
Expand Down

0 comments on commit eccd969

Please sign in to comment.