Skip to content

Commit

Permalink
Merge pull request #5018 from luismarques/fix_dylib_warning
Browse files Browse the repository at this point in the history
Fix -dylib warning
  • Loading branch information
MartinNowak committed Sep 6, 2015
2 parents f82f9af + 5c3a05f commit 3859482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mars.d
Expand Up @@ -497,7 +497,7 @@ extern (C++) int tryMain(size_t argc, const(char)** argv)
{
static if (TARGET_OSX)
{
warning(Loc(), "use -shared instead of -dylib");
deprecation(Loc(), "use -shared instead of -dylib");
global.params.dll = true;
}
else
Expand Down

0 comments on commit 3859482

Please sign in to comment.