diff options
Diffstat (limited to 'config')
-rw-r--r-- | config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ LIB_EXT= .so | |||
12 | #LIB_OPTION= -dynamiclib #for MacOS X | 12 | #LIB_OPTION= -dynamiclib #for MacOS X |
13 | LIB_OPTION= -shared #for Linux | 13 | LIB_OPTION= -shared #for Linux |
14 | 14 | ||
15 | COMPAT_DIR= . | 15 | COMPAT_DIR= ../compat/src |
16 | 16 | ||
17 | # Compilation directives | 17 | # Compilation directives |
18 | # On FreeBSD systems, the following line should be commented | 18 | # On FreeBSD systems, the following line should be commented |