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

[tmx] Fix build failure #13401

Merged
merged 1 commit into from
Sep 9, 2020
Merged

Conversation

JackBoosY
Copy link
Contributor

Fix mutiple targets:

CMake Error:
  Running

   'C:/Users/jankl/Source/Repos/vcpkg/downloads/tools/ninja/1.10.0-windows/ninja.exe' '-C' 'C:/Users/jankl/Source/Repos/vcpkg/buildtrees/tmx/x64-windows-rel' '-t' 'cleandead'

  failed with:

   ninja: error: build.ninja:225: multiple rules generate tmx.lib [-w dupbuild=err]

CMake Error:
  Running

   'C:/Users/jankl/Source/Repos/vcpkg/downloads/tools/ninja/1.10.0-windows/ninja.exe' '-C' 'C:/Users/jankl/Source/Repos/vcpkg/buildtrees/tmx/x64-windows-rel' '-t' 'recompact'

  failed with:

   ninja: error: build.ninja:225: multiple rules generate tmx.lib [-w dupbuild=err]

Fixes #13391.

@JackBoosY JackBoosY added category:port-bug The issue is with a library, which is something the port should already support info:internal This PR or Issue was filed by the vcpkg team. labels Sep 8, 2020
@NancyLi1013 NancyLi1013 added the info:reviewed Pull Request changes follow basic guidelines label Sep 8, 2020
@ras0219-msft ras0219-msft merged commit 7946a1d into microsoft:master Sep 9, 2020
@ras0219-msft
Copy link
Contributor

LGTM, thanks!

@JackBoosY JackBoosY deleted the dev/jack/13391 branch September 10, 2020 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support info:internal This PR or Issue was filed by the vcpkg team. info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[tmx] build failure
3 participants