-
Notifications
You must be signed in to change notification settings - Fork 127
Enable Dynamic library prefix #904
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
base: main
Are you sure you want to change the base?
Enable Dynamic library prefix #904
Conversation
|
@swift-ci test |
fdb9ead to
feeeca8
Compare
|
@swift-ci test |
|
I also started cross repository testing: |
owenv
left a comment
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.
LGTM pending test results
| FULL_PRODUCT_NAME = "$(EXECUTABLE_NAME)"; | ||
| MACH_O_TYPE = "mh_dylib"; | ||
| REZ_EXECUTABLE = YES; | ||
| EXECUTABLE_PREFIX= "lib"; |
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.
nit: should be a leading space before the '='
jakepetroules
left a comment
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.
The following tests are failing on Linux:
- unitTestWithGeneratedEntryPoint
- unitTestWithGeneratedEntryPoint_testabilityDisabled
No description provided.