diff options
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/firebird/file_firebird.scp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/firebird/file_firebird.scp b/scp2/source/firebird/file_firebird.scp index 140d4e7f8341..9391a47175db 100644 --- a/scp2/source/firebird/file_firebird.scp +++ b/scp2/source/firebird/file_firebird.scp @@ -59,7 +59,7 @@ File gid_File_Firebird_Lib Dir = SCP2_OOO_BIN_DIR; #ifdef UNX #ifdef MACOSX - Name = STRING(CONCAT3(libfbembed,.,UNXSUFFIX)); + Name = STRING(CONCAT2(libfbembed,UNXSUFFIX)); #else Name = STRING(CONCAT2(libfbembed,UNXSUFFIX)); #endif |