-
Notifications
You must be signed in to change notification settings - Fork 7
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 static linking #3
base: master
Are you sure you want to change the base?
Conversation
I like this idea! I do have some questions though:
Thanks! |
yea I need to clean up this PR a bit.
|
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.
Apologies for the late reply! Exams took a toll on free time I'm afraid.
Looks good overall, just some minor things!
Command::new("git") | ||
.args([ | ||
"clone", | ||
"https://github.com/espeak-ng/espeak-ng", |
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.
We should probably use tags rather than the latest master to avoid breaking down stream users if something changes up-stream (could be a feature?)
.args([ | ||
"--prefix", | ||
&espeak_build_dir, | ||
"--without-sonic", |
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.
Unsure what these do, why should they be disabled?
No description provided.