Skip to content
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

[rootless] Do not use libroot when targeting the simulator #100

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

leptos-null
Copy link
Member

What does this implement/fix? Explain your changes.

libroot is not compiled for the simulator.
To match this availability, use the fallback rootless macros when compiling for the simulator.

Checklist

  • New code follows the code rules
  • I've added modulemaps for any new libraries (e.g. see libactivator/module.modulemap): it should be possible to @import MyLibrary; in ObjC, or import MyLibrary in Swift.
  • My contribution is code written by myself from reverse-engineered headers, licensed into the Public Domain as per LICENSE.md; or, code written by myself / taken from an existing project, released under an OSI-approved license, and I've added relevant licensing credit to LICENSE.md

Does this close any currently open issues?

No

Any relevant logs, error output, etc?

Any other comments?

I have not completed testing for this, which is why it's in draft and the PR is not complete.

Where has this been tested?

Operating System:

Platform:

Target Platform:

Toolchain Version:

SDK Version:

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.

1 participant