Skip to content

Allow compiling with Mono #213

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 30, 2021
Merged

Allow compiling with Mono #213

merged 1 commit into from
Aug 30, 2021

Conversation

cbiesinger
Copy link
Collaborator

No description provided.

@@ -32,7 +48,9 @@ check: bin/test_program
@# The restore flags set by debian/rules do not work with dotnet test.
@# dotnet test does require us to download packages from the internet,
@# so if $(RESTOREFLAGS) is set, just skip this test.
ifndef MONO
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: might be better to move this ifndef check above line 48, since the comment only applies to non-Mono builds

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, thanks.

@cbiesinger cbiesinger merged commit f49a203 into MicrosoftEdge:main Aug 30, 2021
@cbiesinger cbiesinger deleted the mono branch August 30, 2021 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants