Browse Source

Fixed typo in generating shared library on x86_64.

tags/v0.2.7
Zhang Xianyi 12 years ago
parent
commit
c69e73b868
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      exports/gensymbol

+ 1
- 1
exports/gensymbol View File

@@ -2684,7 +2684,7 @@ if ($ARGV[5] == 1) {

if ($ARGV[3] == 1){ @underscore_objs = (@underscore_objs, @exblasobjs); };

if ($ARGV[1] eq "X86_64"){ @underscore_objs = (@underscore_objs, @gemm3mobjs); };
if ($ARGV[1] eq "x86_64"){ @underscore_objs = (@underscore_objs, @gemm3mobjs); };

if ($ARGV[1] eq "x86"){ @underscore_objs = (@underscore_objs, @gemm3mobjs); };



Loading…
Cancel
Save