-
-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The feature is enabled by default only for MSVC 11 and above not to break derived toolsets. Unfortunately, it cannot be enabled on clang-cl with MSVC linker at the moment because it because of some path issues: ``` >clang-cl test.cpp /link /manifest:embed LINK : fatal error LNK1158: cannot run 'rc.exe' clang-cl: error: linker command failed with exit code 1158 (use -v to see invocation) ``` Note: `embed-manifest-file` feature was broken before the change and still is broken under `embed-manifest-via=mt`. The fix seems to be obvious, but I am not fully understand what happens inside link/link.dll rule to fix it here.
- Loading branch information
Showing
1 changed file
with
32 additions
and
9 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