-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Added build-android script #1241
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
Conversation
Hi @amraboelela, see if you can salvage a few tips from https://github.com/apple/swift-corelibs-foundation/pull/1113/files which has some different takes on thread names, NI_MAXHOST etc. |
@@ -20,3 +20,5 @@ Build | |||
*.swp | |||
*.orig | |||
.arcconfig | |||
|
|||
build.ninjae |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this meant to be build.ninja
? If so it is already covered by a wildcard
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is probably coming from the "sed -ie” commands in the script where “e” is taken as the name for the temp file.
@amraboelela Could you rebase this onto master just to eliminate the merge commits please. |
Would also help to squash the commits and improve the commit messages for future readability. |
Created new PR #1249 Closing this one |
No description provided.