Handle the (Unix) platform-specific DLL naming conventions properly.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#ifdef XP_MAC
|
||||
#endif
|
||||
#ifdef XP_UNIX
|
||||
#define PARSER_DLL "libraptorhtmlpars.so"
|
||||
#define PARSER_DLL "libraptorhtmlpars"MOZ_DLL_SUFFIX
|
||||
#endif
|
||||
|
||||
// Class IID's
|
||||
|
||||
Reference in New Issue
Block a user