mirror of https://gitlab.com/basile.b/dexed.git
fix, dub proj, target kind not found for 'library'
This commit is contained in:
parent
a9a985d560
commit
2ad47f35f0
|
@ -541,7 +541,7 @@ begin
|
|||
begin
|
||||
case tt.AsString of
|
||||
'executable': fBinKind := executable;
|
||||
'staticLibrary' : fBinKind := staticlib;
|
||||
'staticLibrary', 'library' : fBinKind := staticlib;
|
||||
'dynamicLibrary' : fBinKind := sharedlib;
|
||||
'autodetect': result := false;
|
||||
else fBinKind := executable;
|
||||
|
|
Loading…
Reference in New Issue