We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
api_distro
configureOpenSim.m
Installing the API into Matlab on Windows fails at this line:
opensim-core/Bindings/Java/Matlab/configureOpenSim.m.in
Line 127 in 5bf2b07
This is because api_distro is set within the if ismac logical flow, and therefore not defined on Windows. Reported by Jenny Maier.
if ismac
The text was updated successfully, but these errors were encountered:
FYI @aymanhab. Should be an easy fix.
Sorry, something went wrong.
aymanhab
No branches or pull requests
Installing the API into Matlab on Windows fails at this line:
opensim-core/Bindings/Java/Matlab/configureOpenSim.m.in
Line 127 in 5bf2b07
This is because
api_distro
is set within theif ismac
logical flow, and therefore not defined on Windows. Reported by Jenny Maier.The text was updated successfully, but these errors were encountered: