Skip to content

Commit 4a2a7bd

Browse files
committed
Add android_ndk_path to binding.gyp
To fix "Undefined variable android_ndk_path" error upon build. The fix is borrowed from termux/termux-packages#20717. Category: fix
1 parent 7e7de21 commit 4a2a7bd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

binding.gyp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"variables": {
3-
'openssl_fips': ''
3+
'openssl_fips': '',
4+
'android_ndk_path': ''
45
},
56
"targets": [{
67
"target_name": "classic_level",

0 commit comments

Comments
 (0)