diff options
author | Ruben Pollan <meskio@sindominio.net> | 2018-10-09 12:23:02 -0500 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2018-10-10 16:28:31 -0500 |
commit | 965a712d0102269fcf54e1f459e37113c31218af (patch) | |
tree | c93e465f3373e88410d7409dee4ce36de05c43d8 /bitmaskd.go | |
parent | 5f24152b972f4e478e15f04b795e8943f8a559d7 (diff) |
[pkg] make standalone the default build
Diffstat (limited to 'bitmaskd.go')
-rw-r--r-- | bitmaskd.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitmaskd.go b/bitmaskd.go index d9f8ff0..b7036a6 100644 --- a/bitmaskd.go +++ b/bitmaskd.go @@ -1,4 +1,4 @@ -// +build !standalone +// +build bitmaskd // Copyright (C) 2018 LEAP // // This program is free software: you can redistribute it and/or modify |