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

Fixed a problem with linking the math library on ubuntu 14.04 and 16.04 #12

Closed
wants to merge 1 commit into from

Conversation

nburn42
Copy link

@nburn42 nburn42 commented Dec 19, 2016

This fixes issue #6.
It now works on both 14.04 and 16.04.

Math libraries were not properly linked in both :game and :bspc.

@@ -537,7 +537,7 @@ cc_binary(
"-DQDECL=",
"-pthread",
],
linkopts = ["-pthread"],
linkopts = ["-pthread", "-lm"],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep each list item on a separate line. (See how the rest of the file is formatted.)

@tkoeppe
Copy link
Collaborator

tkoeppe commented Dec 20, 2016

Thanks, I will include this change in a pending update.

@tkoeppe tkoeppe closed this Dec 20, 2016
@tkoeppe tkoeppe mentioned this pull request Dec 20, 2016
tkoeppe added a commit that referenced this pull request Dec 20, 2016
This change was suggested in #12; this commit formats the change slightly differently.

PiperOrigin-RevId: 142557801
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.

None yet

2 participants