1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-01-19 00:43:49 +00:00

Fixed HECI linker issue

This commit is contained in:
Bryan Roe
2019-12-23 10:46:57 -08:00
parent d0edd23fd4
commit 235ef4ab21
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ char exeMeshPolicyGuid[] = { 0xB9, 0x96, 0x01, 0x58, 0x80, 0x54, 0x4A, 0x19, 0xB
#define DEFAULT_IDLE_TIMEOUT 120
#define KVM_IPC_SOCKET "\xFF_KVM_IPC_SOCKET"
extern int ILibDuktape_HECI_Debug;
int ILibDuktape_HECI_Debug = 0;
#ifdef _POSIX
extern char **environ;