-
Notifications
You must be signed in to change notification settings - Fork 128
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
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
|
Closing in favour of swiftlang/swift-package-manager#9369. This changes in this PR will be submitted as part of #890 |
No description provided.