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

Add cppia subtarget for Mac and Linux #1666

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from
Draft

Add cppia subtarget for Mac and Linux #1666

wants to merge 4 commits into from

Conversation

player-03
Copy link
Contributor

@player-03 player-03 commented Apr 18, 2023

Lime already has partial cppia support, but this change attempts to expand that. It's not my work, but I'm submitting this because it currently seems to be abandoned. You can contribute by submitting a pull request to the cppia branch.

@player-03
Copy link
Contributor Author

Since the merge commit is so huge, I'm going to note the one significant decision I made while merging. The cppia branch made this change to the platform classes:

-PathHelper.mkdir (targetDirectory + "/obj");
+if (targetType != "cppia") {
+
+	PathHelper.mkdir (targetDirectory + "/obj");
+
+}

I reverted the change to keep the code simpler. Creating an unused folder isn't a big deal at all.

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