mirror of
https://github.com/rwinkhart/go-winio.git
synced 2026-08-31 22:36:50 -04:00
Allow to build WIM module for linux (#252)
* 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>
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// +build windows
|
||||
// +build windows linux
|
||||
|
||||
package wim
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// +build windows
|
||||
// +build windows linux
|
||||
|
||||
// Package wim implements a WIM file parser.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user