소스 검색

Irix requires libExtensionLayer to be named explicitly

David Rose 22 년 전
부모
커밋
4864b6a142
1개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  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]