Skip to content

Commit

Permalink
Allow to build WIM module for linux (#252)
Browse files Browse the repository at this point in the history
* Update decompress.go

Add linux to build tags

Signed-off-by: Michał Legin <mlegin@google.com>

* Update wim.go

Add linux to build tags

Signed-off-by: Michał Legin <mlegin@google.com>
  • Loading branch information
meeehow committed Jul 12, 2022
1 parent 4ed8d49 commit 8fca759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wim/decompress.go
@@ -1,4 +1,4 @@
// +build windows
// +build windows linux

package wim

Expand Down
2 changes: 1 addition & 1 deletion wim/wim.go
@@ -1,4 +1,4 @@
// +build windows
// +build windows linux

// Package wim implements a WIM file parser.
//
Expand Down

0 comments on commit 8fca759

Please sign in to comment.