Files
termux-packages/packages/vlc/modules-keystore-Makefile.am.patch
termux-actions[bot] 443b47f075 packages/vlc
2022-04-07 09:41:13 +00:00

12 lines
347 B
Diff

--- a/modules/keystore/Makefile.am
+++ b/modules/keystore/Makefile.am
@@ -7,7 +7,7 @@
libfile_keystore_plugin_la_SOURCES = keystore/file.c \
keystore/file_crypt.h \
keystore/list_util.c keystore/list_util.h
-if HAVE_ANDROID
+if HAVE_ANDROID_NO_TERMUX
libfile_keystore_plugin_la_SOURCES += keystore/file_crypt_android.c
endif
if HAVE_WIN32