diff options
author | tomas <tomas> | 2004-10-15 10:45:18 +0000 |
---|---|---|
committer | tomas <tomas> | 2004-10-15 10:45:18 +0000 |
commit | b191446532a020ab0b2734cf64d99a1599b9cdb1 (patch) | |
tree | ca6e969b80b00f855c44a787af9429ca8e4ed951 /config | |
parent | 8ffae1be28f82d4385665b78457681300d50aaf7 (diff) | |
download | luafilesystem-b191446532a020ab0b2734cf64d99a1599b9cdb1.tar.gz luafilesystem-b191446532a020ab0b2734cf64d99a1599b9cdb1.tar.bz2 luafilesystem-b191446532a020ab0b2734cf64d99a1599b9cdb1.zip |
Pequenas melhorias no processo de compilacao.
Diffstat (limited to '')
-rw-r--r-- | config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ LIB_EXT= .dylib | |||
10 | LIB_OPTION= -dynamiclib #for MacOS X | 10 | LIB_OPTION= -dynamiclib #for MacOS X |
11 | #LIB_OPTION= -shared #for Linux | 11 | #LIB_OPTION= -shared #for Linux |
12 | 12 | ||
13 | COMPAT_DIR= ../compat | 13 | COMPAT_DIR= . |
14 | 14 | ||
15 | # Compilation directives | 15 | # Compilation directives |
16 | # On FreeBSD systems, the following line should be commented | 16 | # On FreeBSD systems, the following line should be commented |