瀏覽代碼

Makefile.am : Remove lfortran dependency

master
kevin 3 年之前
父節點
當前提交
93060eabc7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Makefile.am

+ 1
- 1
Makefile.am 查看文件

@@ -39,7 +39,7 @@ endif
39 39
 
40 40
 # Linux specific
41 41
 if OS_LINUX
42
-MYLIBS    += -lsatlas -lgfortran 
42
+MYLIBS    += -lsatlas
43 43
 if OS_64
44 44
   AM_LDFLAGS += -L/usr/lib64/atlas -L/usr/lib64 -Wl,-Bstatic -lasound -Wl,-Bdynamic
45 45
   MYLIBS      += -lrt -lm

Loading…
取消
儲存