Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • L libffi
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • Meson Ports
  • libffi
  • Merge requests
  • !15

The source project of this merge request has been removed.
Merged
Created Jan 13, 2022 by Loïc Le Page@neodesysContributor

Fix static build on Windows

  • Overview 6
  • Changes 2

When building on Windows statically the flag FFI_STATIC_BUILD must be defined during compilation in order to NOT export functions with a __declspec(dllexport). If not, symbols are not correctly imported during static linkage.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: windows-static-build