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

Add support for arm build, non-DMD builds, fix gyp dependency #1

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

truedat101
Copy link

Since we don't have DMD on arm, we must use gdc. By passing DC into the environment when calling make, we can specify gdmd. Otherwise, default to DMD. We only need to expose the bridge library, and linking should go smoothly for any projects depending on this. Clean is less destructive.

Also, gyp dependency was broken because it moved to a new location, so fix that.

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