Skip to content
Snippets Groups Projects
Commit 8cb2dd342e29 authored by Armin Rigo's avatar Armin Rigo
Browse files

Issue #439

Oops, potentially bad typo in the overview page
parent d6ad2ea5a57e
No related branches found
No related tags found
No related merge requests found
...@@ -335,7 +335,7 @@ ...@@ -335,7 +335,7 @@
ffibuilder.set_source("_pi", # name of the output C extension ffibuilder.set_source("_pi", # name of the output C extension
""" """
#include "pi.h"', #include "pi.h"
""", """,
sources=['pi.c'], # includes pi.c as additional sources sources=['pi.c'], # includes pi.c as additional sources
libraries=['m']) # on Unix, link with the math library libraries=['m']) # on Unix, link with the math library
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment