Kaydet (Commit) 165f9857 authored tarafından Andrzej J.R. Hunt's avatar Andrzej J.R. Hunt

Fix typo in libfbembed mac installation.

Change-Id: Ie233caecb29e16aa82d29b02882ed349e55ee869
üst 199ddc1e
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment