浏览代码

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

正在加载...
取消
保存