Oops, (re)enable use of libffi for all builds!
authorJan Vrany <jan.vrany@labware.com>
Tue, 23 Jun 2020 01:01:01 +0100
changeset 293 5271067b709f
parent 292 00d3840350c2
child 294 0f3980335d2b
child 296 11c9383642c1
Oops, (re)enable use of libffi for all builds! For some reason, `HAVE_FFI` was not defined at all! This caused libffi not being used at all for FFI call-outs. How comes?!? This commit defined `HAVE_FFI` for all builds.
makelib/config.make
--- a/makelib/config.make	Fri Jun 12 21:17:27 2020 +0100
+++ b/makelib/config.make	Tue Jun 23 01:01:01 2020 +0100
@@ -184,7 +184,7 @@
 
 # common for all:
 STCCOMMONOPT=+sharedLibCode -staticMethods +lineInfo +stLineInfo
-CCCOMMONOPT=$(OPTIONAL_HAVE_FFI_ARG)
+CCCOMMONOPT=-DHAVE_FFI
 
 # to be redefined in arch/COMMON/defines
 STCARCHCOMMONOPT=