From ac3524f03f526017d671eae235af631a5f17cbc9 Mon Sep 17 00:00:00 2001 From: Joe Richey Date: Tue, 29 Aug 2017 10:23:54 -0700 Subject: Added +build linux,cgo flags --- cmd/fscrypt/fscrypt.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cmd/fscrypt/fscrypt.go') diff --git a/cmd/fscrypt/fscrypt.go b/cmd/fscrypt/fscrypt.go index fe1e0c9..93df341 100644 --- a/cmd/fscrypt/fscrypt.go +++ b/cmd/fscrypt/fscrypt.go @@ -19,8 +19,11 @@ */ /* -fscrypt is a comprehensive command line tool for managing filesystem encryption. +fscrypt is a command line tool for managing linux filesystem encryption. */ + +// +build linux,cgo + package main import ( -- cgit v1.2.3