Skip to content

Commit

Permalink
Remove obsolete versions in printdirs config
Browse files Browse the repository at this point in the history
FreeSlave committed Apr 8, 2016
1 parent 43b8735 commit 201bdc8
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 0 additions & 10 deletions examples/printdirs/dub.json
Original file line number Diff line number Diff line change
@@ -11,16 +11,6 @@
"configurations" : [
{
"name" : "default"
},
{
"name" : "linkedshell32",
"versions-windows":["LinkedShell32"],
"platforms" : ["windows"]
},
{
"name" : "fontsconf",
"versions-posix" : ["fontsconf"],
"platforms" : ["posix"]
}
]
}
1 change: 1 addition & 0 deletions source/standardpaths.d
Original file line number Diff line number Diff line change
@@ -725,6 +725,7 @@ version(Windows) {
}
if (ptrFSFindFolder == null || ptrFSRefMakePath == null) {
debug collectException(stderr.writeln("Could not load carbon functions"));
if (handle) dlclose(handle);
}
}

0 comments on commit 201bdc8

Please sign in to comment.