diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2020-01-19 16:01:04 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2020-01-19 16:01:04 -0500 |
commit | d4cf195c8ad0338fef7ccb08d0767360378b24d2 (patch) | |
tree | 1a8a37e4cd98e8d6898de6e37dd678d20b25a090 /README.html | |
parent | 304a43226ce9f44dc98d87d2b9ca0316258d6035 (diff) |
fixed foreign for release build
Diffstat (limited to 'README.html')
-rw-r--r-- | README.html | 2 |
1 files changed, 1 insertions, 1 deletions
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.</p> <p>Most of the source code for the <code>toc</code> compiler is licensed under the GNU General Public License, version 3. See <code>LICENSE</code> for more information.</p> -<p><code>toc</code> is written in C, for speed and portability. It has no dependencies, other than the C runtime library.</p> +<p><code>toc</code> 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 <code>libffcall</code> and <code>libdl</code> (so this is only currently supported on Unix-y systems).</p> <h4>Build system</h4> |