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

[pixman] Fix build on x86-linux #5998

Merged
merged 1 commit into from
Apr 8, 2019
Merged

Conversation

koprok
Copy link
Contributor

@koprok koprok commented Apr 8, 2019

Changes to build pixman on x86-linux target. The following triplet file has been used for the build:

set(VCPKG_TARGET_ARCHITECTURE x86)
set(VCPKG_CRT_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE static)

set(VCPKG_CMAKE_SYSTEM_NAME Linux)

set(VCPKG_C_FLAGS "-m32")
set(VCPKG_CXX_FLAGS "-m32")
set(VCPKG_LINKER_FLAGS "-m32")

@Rastaban Rastaban merged commit fb47d74 into microsoft:master Apr 8, 2019
@koprok koprok deleted the x86-linux branch April 9, 2019 08:20
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.

None yet

2 participants