From d4cf195c8ad0338fef7ccb08d0767360378b24d2 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Sun, 19 Jan 2020 16:01:04 -0500 Subject: fixed foreign for release build --- README.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.html') diff --git a/README.html b/README.html index 2bf99bb..f00bf27 100644 --- a/README.html +++ b/README.html @@ -48,7 +48,7 @@ it is nearly as fast in theory.

Most of the source code for the toc compiler is licensed under the GNU General Public License, version 3. See LICENSE for more information.

-

toc is written in C, for speed and portability. It has no dependencies, other than the C runtime library.

+

toc is written in C, for speed and portability. It has no dependencies, other than the C runtime library. If you want to be able to call external C functions at compile time, however, you will need libffcall and libdl (so this is only currently supported on Unix-y systems).

Build system

-- cgit v1.2.3