Skip to content

Commit

Permalink
Fixed easylogging regression where log file was always created even i…
Browse files Browse the repository at this point in the history
…f not specified
  • Loading branch information
nefarius committed Aug 26, 2024
1 parent 540fc89 commit 4e1c07e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@
"license": "MIT",
"supports": "!(arm | uwp)",
"dependencies": [
{
"name": "easyloggingpp",
"features": [
"no-defaultfile"
]
},
"neflib",
"argh",
"easyloggingpp",
"detours",
"scope-guard",
"wil",
Expand Down

0 comments on commit 4e1c07e

Please sign in to comment.