Skip to content

Commit 04012d7

Browse files
committed
- link with -lregex and -lexpat on Linux too.
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9229 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 3e680ed commit 04012d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/runtime/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
#else /* Unix */
8585

86-
#define DEFAULT_LDFLAGS "-lc_runtime"
86+
#define DEFAULT_LDFLAGS "-lc_runtime -lregex -lexpat"
8787

8888
#include "config.unix.h"
8989

0 commit comments

Comments
 (0)