build: add license file to archives
This commit is contained in:
parent
3716c203b3
commit
353ee9e29c
7 changed files with 9 additions and 0 deletions
|
@ -3,3 +3,4 @@ FF_CFLAGS=""
|
|||
FF_CXXFLAGS=""
|
||||
FF_LDFLAGS=""
|
||||
GIT_BRANCH="master"
|
||||
LICENSE_FILE="COPYING.GPLv3"
|
||||
|
|
|
@ -3,3 +3,4 @@ FF_CFLAGS=""
|
|||
FF_CXXFLAGS=""
|
||||
FF_LDFLAGS=""
|
||||
GIT_BRANCH="master"
|
||||
LICENSE_FILE="COPYING.LGPLv3"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
source "$(dirname "$BASH_SOURCE")"/linux64-gpl.sh
|
||||
FF_CONFIGURE="--enable-nonfree $FF_CONFIGURE"
|
||||
LICENSE_FILE=""
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
source "$(dirname "$BASH_SOURCE")"/win32-gpl.sh
|
||||
FF_CONFIGURE="--enable-nonfree $FF_CONFIGURE"
|
||||
LICENSE_FILE=""
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
source "$(dirname "$BASH_SOURCE")"/win64-gpl.sh
|
||||
FF_CONFIGURE="--enable-nonfree $FF_CONFIGURE"
|
||||
LICENSE_FILE=""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue