Skip to content
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

targetextension also modifies ImportLibrary path on vs2017 #426

Open
codecat opened this issue Apr 13, 2019 · 0 comments
Open

targetextension also modifies ImportLibrary path on vs2017 #426

codecat opened this issue Apr 13, 2019 · 0 comments
Labels

Comments

@codecat
Copy link
Contributor

codecat commented Apr 13, 2019

Messing a bit with the targetextension function, I found out a combination of kind 'SharedLib' and targetextension '.dll' also modifies the <ImportLibrary> tag, which causes the compiler to crash with an internal error.

This bug should be easily triggered with something like this:

project 'Vst3Test'
	kind 'SharedLib'
	targetextension '.dll'
@bkaradzic bkaradzic added the bug label Apr 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
@codecat @bkaradzic and others