Thanks to visit codestin.com
Credit goes to github.com

Skip to content

make all does not work on linux (no such module 'GNUSource') #37

@Amzd

Description

@Amzd

make all does swiftc -O -whole-module-optimization -parse-as-library unxip.swift and in unxip.swift on linux you import GNUSource, I'm not sure if this is supposed to work and due to some missing dependency doesn't work on my machine but fix for me was running this instead:

swift build -c release
cp .build/release/unxip unxip
sudo make install

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