xpc: use non-inlining variant of vstr, compiler does not like it
This commit is contained in:
@@ -206,6 +206,7 @@
|
|||||||
OTHER_CFLAGS = (
|
OTHER_CFLAGS = (
|
||||||
"-include",
|
"-include",
|
||||||
../../../config.h,
|
../../../config.h,
|
||||||
|
"-DVSTR_COMPILE_INLINE=0",
|
||||||
);
|
);
|
||||||
OTHER_LDFLAGS = (
|
OTHER_LDFLAGS = (
|
||||||
"-lcrypto",
|
"-lcrypto",
|
||||||
@@ -256,6 +257,7 @@
|
|||||||
OTHER_CFLAGS = (
|
OTHER_CFLAGS = (
|
||||||
"-include",
|
"-include",
|
||||||
../../../config.h,
|
../../../config.h,
|
||||||
|
"-DVSTR_COMPILE_INLINE=0",
|
||||||
);
|
);
|
||||||
OTHER_LDFLAGS = (
|
OTHER_LDFLAGS = (
|
||||||
"-lcrypto",
|
"-lcrypto",
|
||||||
|
|||||||
Reference in New Issue
Block a user