Browse Source

add DYNAMIC_LIB_EXT to Irix case

David Rose 21 năm trước cách đây
mục cha
commit
770622dab5
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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
 // What is the syntax of the STL allocator declaration?  See
 // LocalSetup.pp for allowable values.
 // LocalSetup.pp for allowable values.
 #define STL_ALLOCATOR OLD
 #define STL_ALLOCATOR OLD
+
+// The dynamic library file extension (usually .so .dll or .dylib):
+#define DYNAMIC_LIB_EXT .so