-
Notifications
You must be signed in to change notification settings - Fork 17
build.xml: Add OS specific code #153
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
Signed-off-by: Ce Gao <[email protected]>
|
I am not sure if #147 is solved by this PR since macOS is also unix. I will have a try. |
|
Doesn't look like it works for Mac -- currently your code only checks for unix; might try checking for mac and forcing it to the linux target just to see if it works. It would also be great for you to get feedback from the renjin list on this issue. Building on macOS 10.12.5 (16F73) from 97dd10c fails on "Unable to find resource 'org.renjin:gcc-bridge-plugin:jar:apple-x86_64:0.8.2411' in repository remote.repository": |
|
🤔 Maybe checking os in ant script is not a good idea. We could check it in bash and generate different build.xml |
Fix #140 #147
Signed-off-by: Ce Gao [email protected]