build: set default ABI to abi4.
This commit is contained in:
parent
59ac54e2fc
commit
344ccf3003
3 changed files with 6 additions and 2 deletions
|
|
@ -13,7 +13,11 @@ import (
|
|||
"github.com/roddhjav/apparmor.d/pkg/prebuild/prepare"
|
||||
)
|
||||
|
||||
// Cli arguments have priority over the settings entered here
|
||||
func init() {
|
||||
// Define the default ABI
|
||||
prebuild.ABI = 4
|
||||
|
||||
// Define the tasks applied by default
|
||||
prepare.Register(
|
||||
"synchronise",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue