Skip to content

Commit 8fca759

Browse files
authored
Allow to build WIM module for linux (#252)
* Update decompress.go Add linux to build tags Signed-off-by: Michał Legin <[email protected]> * Update wim.go Add linux to build tags Signed-off-by: Michał Legin <[email protected]>
1 parent 4ed8d49 commit 8fca759

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

wim/decompress.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build windows
1+
// +build windows linux
22

33
package wim
44

wim/wim.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build windows
1+
// +build windows linux
22

33
// Package wim implements a WIM file parser.
44
//

0 commit comments

Comments
 (0)