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

maxhille/atr-xplane#27 add mac build into makefile #28

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

zodiac1214
Copy link

i am not really sure how you would like to structure your makefile but this is an example of how to build a mac version (tested on Intel Mac)

@maxhille
Copy link
Owner

maxhille commented Jan 4, 2022

Thanks for your contribution, I see two problems with your solution:

  1. It includes paths which are specific for you machine. Try to change those (eg. by making them relative). I notice I did the same thing a couple of lines above 🤦
  2. The target xplwin right now builds linux aswell as windows and not using the xpl target at all. This is no problem when building on Linux but won't work for Mac. So we need to split the three targets and build them separately.

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