Browse Source

dylib and so relationships

Roger Hughston 19 years ago
parent
commit
2e4a79ef7f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dtool/pptempl/Template.unix.pp

+ 2 - 2
dtool/pptempl/Template.unix.pp

@@ -366,8 +366,8 @@ $[TAB] $[shared_lib_c]
   #if $[BUNDLE_EXT]
   #if $[BUNDLE_EXT]
     // Also generate the bundles (on OSX only).
     // Also generate the bundles (on OSX only).
     #define target $[ODIR]/lib$[TARGET]$[BUNDLE_EXT]
     #define target $[ODIR]/lib$[TARGET]$[BUNDLE_EXT]
-    #define source $[ODIR]/lib$[TARGET]$[DYNAMIC_LIB_EXT]
-$[target] : $[sources] $[static_lib_dependencies]
+    #define sources $[ODIR]/lib$[TARGET]$[DYNAMIC_LIB_EXT]
+$[target] : $[sources] $[static_lib_dependencies] 
 $[TAB] $[BUNDLE_LIB_C++]
 $[TAB] $[BUNDLE_LIB_C++]
   #endif  // BUNDLE_EXT
   #endif  // BUNDLE_EXT
 #endif
 #endif