Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit d01586e

Browse files
committed
[[ Build ]] Linux: server should link against libffi.
As per commit e986da5, temporarily use the system version of libffi on Linux until we get round to importing libffi for Linux into thirdparty.
1 parent 6f74bc0 commit d01586e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/Makefile.server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ CUSTOM_DEPS=libkernel-server.a
2121

2222
CUSTOM_LIBS=pcre png jpeg z foundation gif graphics skia kernel-server
2323
CUSTOM_STATIC_LIBS=curl icudata icui18n icuio icule iculx icuuc customssl customcrypto $(MODE_STATIC_LIBS)
24-
CUSTOM_DYNAMIC_LIBS=dl m pthread rt
24+
CUSTOM_DYNAMIC_LIBS=dl m pthread ffi rt
2525

2626
CUSTOM_CCFLAGS=\
2727
-Wall -Wno-unused-variable -Wno-switch -Wno-non-virtual-dtor -fno-exceptions -fno-rtti -fno-strict-aliasing \

0 commit comments

Comments
 (0)