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

Skip PDB handling if compiler is gcc #90

Open
wants to merge 1 commit into
base: 3.1
Choose a base branch
from

Conversation

mlocati
Copy link

@mlocati mlocati commented Dec 11, 2018

gcc does not generate PDB files

@gleichdick
Copy link

Ran into the same Issue and was about to make a new PR. Happy to see the fix upstream 👍

@@ -11,6 +11,8 @@ MACRO(INSTALL_PLUGIN name binary_dir)
INSTALL(TARGETS ${name} COMPONENT ClientPlugins DESTINATION ${INSTALL_PLUGINDIR})
IF(WIN32)
FILE(APPEND ${CC_BINARY_DIR}/win/packaging/plugin.conf "<File Id=\"${name}.dll\" Name=\"${name}.dll\" DiskId=\"1\" Source=\"${binary_dir}/${CMAKE_BUILD_TYPE}/${name}.dll\"/>\n")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you need plugin.conf file at all? it seems to be some MSI installer stuff, can you even build an MSI installer with mingw?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants