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 native build #87

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Jul 18, 2022

  1. Make the prepare.sh script runnable

    - Mark the script as executable.
    - Fix the current-directory check to match this repo.
    - Fix the git hashes (they were missing from the repos).
    - Uncomment the git hashes (this was a syntax error).
    swansontec committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    c7f3cfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73fe24e View commit details
    Browse the repository at this point in the history
  3. Remove unused C++ header

    We are trying to use this source for React Native, but React Native does not have Emscripten. Fortunately, the header isn't actually needed.
    swansontec committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    c8b2b62 View commit details
    Browse the repository at this point in the history