-
Notifications
You must be signed in to change notification settings - Fork 25
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 TGZ installer on Mac #512
Comments
…taller works cf comment by @macumber on #499 (comment)
What would be great is also to have a functional OpenStudioApp inside the build folder. Currently I have to build a package everytime I want to test something, and that's annoying. Maybe we should fixup_bundle and co inside the build folder, and then try to just install everything when packaging, instead of delaying the fixup inside the package step (no sure if it's possible) |
I think this works now. OpenStudioApplication/src/openstudio_app/CMakeLists.txt Lines 446 to 452 in bcae7d2
|
Enhancement Request
Symlinks are created in the OpenStudioApplication/src/openstudio_app/install_operations.qs
We should cmake install that symlink instead of having it in the install_operations.qs so that the tar.gz installer works too.
See #499
The text was updated successfully, but these errors were encountered: