Browse Source

add DYNAMIC_LIB_EXT to Irix case

David Rose 21 years ago
parent
commit
770622dab5
1 changed files with 3 additions and 0 deletions
  1. 3 0
      dtool/Config.Irix.pp

+ 3 - 0
dtool/Config.Irix.pp

@@ -133,3 +133,6 @@
 // What is the syntax of the STL allocator declaration?  See
 // LocalSetup.pp for allowable values.
 #define STL_ALLOCATOR OLD
+
+// The dynamic library file extension (usually .so .dll or .dylib):
+#define DYNAMIC_LIB_EXT .so