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

fix compile error on centos 7.5 #226

Closed
wants to merge 1 commit into from
Closed

fix compile error on centos 7.5 #226

wants to merge 1 commit into from

Conversation

leaout
Copy link

@leaout leaout commented Mar 17, 2023

No description provided.

@@ -26,12 +26,16 @@ ifeq ($(UNAME_S),Darwin)
endif
endif

ifneq ($(CC), gcc)
CC=gcc
Copy link
Collaborator

Choose a reason for hiding this comment

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

If the person running make really wants to use a different CC, wouldn’t this override them? Have you tried using CMake instead?

@leaout leaout closed this Mar 17, 2023
@leaout
Copy link
Author

leaout commented Mar 17, 2023

Of course cmake worked

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.

2 participants