Skip to content

Commit 00668c2

Browse files
committed
Updated OpenAPV for fix multiple definitions
It will avoid symbol conflict with xeve and xevd to remove multiple definitions. Taken: AcademySoftwareFoundation/openapv#88 - Martin Eesmaa
1 parent 5d89b3e commit 00668c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts.d/50-openapv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SCRIPT_REPO="https://github.com/AcademySoftwareFoundation/openapv.git"
4-
SCRIPT_COMMIT="83218879aec34a31ebd4c17626ab02a5c6860652"
4+
SCRIPT_COMMIT="649f81eca5162aa86cddbcd9f28f26395e8e300a"
55

66
ffbuild_enabled() {
77
(( $(ffbuild_ffver) > 701 )) || return -1

0 commit comments

Comments
 (0)