-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMake: Fix linker issues on Windows and macOS
- Windows: set `IMPORT_IMPLIB` property for `ida.lib` - macOS: Use classic linker instead of `ld_prime` to work around assertion failure with LTO symbols (see [release notes](https://developer.apple.com/documentation/xcode-release-notes/xcode-15-release-notes#Linking)). This addresses #31. - Drive-by: quote more variables in `cmake/Util.cmake` PiperOrigin-RevId: 599807653 Change-Id: I84baf3da410bda0bc0eaa4f47d4ff30485ea6061
- Loading branch information
1 parent
93a545e
commit 11e8e69
Showing
3 changed files
with
18 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters