diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-24 12:29:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-24 12:29:20 +0200 |
commit | 2a0f9e035f673f1ee387924501a31990de37f18d (patch) | |
tree | b8e55ab74bc88b788e99d8649219b931b80432d5 /build/prerequisite | |
parent | 4c44c914d898af53152addad5530504548175e85 (diff) |
Implement lib/liba/libso{} target group, shared/static library build
Diffstat (limited to 'build/prerequisite')
-rw-r--r-- | build/prerequisite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/prerequisite b/build/prerequisite index b845f03..8a601fb 100644 --- a/build/prerequisite +++ b/build/prerequisite @@ -32,7 +32,7 @@ namespace build typedef build::scope scope_type; target_key tk; - mutable scope_type* scope; + mutable scope_type* scope; // Can be NULL if tk.dir is absolute. }; inline bool |