Fix windows and osx builds

Summary: Closes https://github.com/facebook/yoga/pull/555

Reviewed By: emilsjolander

Differential Revision: D5071045

Pulled By: splhack

fbshipit-source-id: f9e387242055e0a4a7c330c7bf99ed4a4b4057be
This commit is contained in:
Rui Marinho
2017-05-16 12:27:53 -07:00
committed by Facebook Github Bot
parent fa54167a20
commit 49bccf47fa
4 changed files with 14 additions and 5 deletions

View File

@@ -69,7 +69,7 @@ namespace Facebook.Yoga
if (config == null || config._logger == null)
{
// Default logger
Console.WriteLine(message);
System.Diagnostics.Debug.WriteLine(message);
}
else
{