-
Notifications
You must be signed in to change notification settings - Fork 87
cxx-qt-build: ensure that we set framework path for inner cc builds #970
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
cxx-qt-build: ensure that we set framework path for inner cc builds #970
Conversation
b1e7086
to
308c36a
Compare
308c36a
to
fa8f374
Compare
fa8f374
to
eb59614
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #970 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 71 71
Lines 11949 11949
=========================================
Hits 11949 11949 ☔ View full report in Codecov by Sentry. |
626c2dd
to
eceb34d
Compare
Note that this is similar to #630 and does very similar changes but with the new build system changes. |
4eabe9f
to
3918976
Compare
Otherwise the @rpath cannot be found at runtime
3918976
to
fa50302
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It all sounds a bit hacky, but that's probably par for the course...
Closes #885