mirror of
https://github.com/rwinkhart/go-winio.git
synced 2026-09-06 09:07:18 -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
|
package wim
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
// +build windows
|
// +build windows linux
|
||||||
|
|
||||||
// Package wim implements a WIM file parser.
|
// Package wim implements a WIM file parser.
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user