diff options
author | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-07-16 22:08:40 +0200 |
---|---|---|
committer | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-07-16 22:09:41 +0200 |
commit | 165f985703758154971b99cd501f88292cec76f8 (patch) | |
tree | 0eb7a3a567bb70bebbf4a2b3239a9a14a5d034dc /scp2 | |
parent | 199ddc1e5da21a7b012d6a75258b13182b600dd6 (diff) |
Fix typo in libfbembed mac installation.
Change-Id: Ie233caecb29e16aa82d29b02882ed349e55ee869
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 |