Sfoglia il codice sorgente

Irix requires libExtensionLayer to be named explicitly

David Rose 22 anni fa
parent
commit
4864b6a142
1 ha cambiato i file con 6 aggiunte e 3 eliminazioni
  1. 6 3
      pandatool/src/mayaprogs/Sources.pp

+ 6 - 3
pandatool/src/mayaprogs/Sources.pp

@@ -42,8 +42,9 @@
     express:c pandaexpress:m \
     dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
 
+  // Irix requires this to be named explicitly.
   #define UNIX_SYS_LIBS \
-    m
+    ExtensionLayer
 
   #define SOURCES \
     mayaToEgg.cxx mayaToEgg.h
@@ -62,6 +63,10 @@
     express:c pandaexpress:m \
     dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
 
+  // Irix requires this to be named explicitly.
+  #define UNIX_SYS_LIBS \
+    ExtensionLayer
+
   #define SOURCES \
     mayaCopy.cxx mayaCopy.h
 
@@ -79,8 +84,6 @@
     express:c pandaexpress:m \
     dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
 
-  #define UNIX_SYS_LIBS \
-    m
   #define BUILDING_DLL BUILDING_MISC
 
   #if $[WINDOWS_PLATFORM]