sx .so to dylib refrence not dup

This commit is contained in:
Roger Hughston 2006-09-22 19:29:54 +00:00
parent 6c9b539cdb
commit 60791e039a

View File

@ -366,7 +366,7 @@ $[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] $[target] : $[sources] $[static_lib_dependencies]
$[TAB] $[BUNDLE_LIB_C++] $[TAB] $[BUNDLE_LIB_C++]
#endif // BUNDLE_EXT #endif // BUNDLE_EXT