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 Linux build #17

Merged
merged 2 commits into from
May 25, 2023
Merged

Fix Linux build #17

merged 2 commits into from
May 25, 2023

Conversation

WickedSmoke
Copy link

@WickedSmoke WickedSmoke commented May 23, 2023

This fixes issue #2 on Fedora 37.

@@ -8,6 +8,7 @@
#include <pthread.h>
#else
#include "SDL2/SDL.h"
#include <pthread.h>
Copy link
Owner

Choose a reason for hiding this comment

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

If this is non-conditional then please just move it out of the #ifdef

Copy link
Author

Choose a reason for hiding this comment

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

This has been updated. What does AerofoilX refer to? Unix?

Copy link
Owner

Choose a reason for hiding this comment

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

Unix-like OS basically

@WickedSmoke
Copy link
Author

Note that the LINUX.txt instruction of "cmake ." cannot be used as the binary name conflicts with the AerofoilX directory. Either the binary must be renamed or a build directory must be manually made.

@elasota elasota merged commit 549e1ec into elasota:master May 25, 2023
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