mirror of
https://github.com/boostorg/build.git
synced 2026-02-18 01:52:17 +00:00
Adjust library suffixes for OSX.
[SVN r28631]
This commit is contained in:
@@ -7,12 +7,14 @@ import type ; # for set-generated-target-suffix
|
||||
type.register LIB ;
|
||||
|
||||
type STATIC_LIB : lib a : LIB : NT CYGWIN ;
|
||||
type STATIC_LIB : lib : LIB : MACOSX ;
|
||||
type STATIC_LIB : a : LIB ;
|
||||
|
||||
type IMPORT_LIB : : STATIC_LIB ;
|
||||
type.set-generated-target-suffix IMPORT_LIB : : lib ;
|
||||
|
||||
type SHARED_LIB : dll : LIB : NT CYGWIN ;
|
||||
type SHARED_LIB : dylib : LIB : MACOSX ;
|
||||
type SHARED_LIB : so : LIB ;
|
||||
|
||||
type SEARCHED_LIB : : LIB ;
|
||||
|
||||
Reference in New Issue
Block a user