This commit is contained in:
BtbN 2020-09-06 21:55:59 +02:00
parent 27523d3705
commit d354210896
3 changed files with 54 additions and 1 deletions

View file

@ -41,3 +41,11 @@ ffbuild_ldflags() {
ffbuild_unldflags() {
return 0
}
ffbuild_libs() {
return 0
}
ffbuild_unlibs() {
return 0
}