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

Generate dynarec AND interpreter on iOS (with single invocation!) #16

Merged
merged 1 commit into from
Mar 12, 2015
Merged

Conversation

knghtbrd
Copy link

This is NOT the cleanest way to do this, and I intend to revisit it later to see if I can improve upon it. (How easy that will be depends on upstream support questions.)

For now what I've done is:

  1. Override the default rule to be one that depends on all
  2. Rename the output target to pcsx_rearmed_interpreter_libretro_ios.dylib on iOS when USE_DYNAREC is 0.
  3. Our overridden rule cleans the project and reruns make with USE_DYNAREC=0 on iOS only.

This is actually a step backward for libretro-super, but it'll allow me to take two steps forward.

inactive123 added a commit that referenced this pull request Mar 12, 2015
Generate dynarec AND interpreter on iOS (with single invocation!)
@inactive123 inactive123 merged commit cb4c1aa into libretro:master Mar 12, 2015
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