Skip to content

Cygwin users cannot load SDL #6

@ngolovin

Description

@ngolovin

Workaround:
edit the file
https://github.com/jacius/nice-ffi/blob/master/lib/nice-ffi/pathset.rb:456

paths = @paths.collect{ |regexp,ps| regexp =~ os ? ps : [] }.flatten

replace by

paths = @paths.collect{ |regexp,ps| regexp =~ "windows" ? ps : [] }.flatten

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions