summaryrefslogtreecommitdiff
path: root/demo/embedding_test.c
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2016-01-02 19:37:02 +0100
committerArmin Rigo <arigo@tunes.org>2016-01-02 19:37:02 +0100
commit4b24b7da9b6f941a154226d04bfdde3129707d86 (patch)
treeadc715722e7106cff8b4602ddba94e7bdf961558 /demo/embedding_test.c
parent7f73244a1f63bbeefc660711aa5ef6267ecb0856 (diff)
downloadcffi-4b24b7da9b6f941a154226d04bfdde3129707d86.tar.gz
updates
Diffstat (limited to 'demo/embedding_test.c')
-rw-r--r--demo/embedding_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/embedding_test.c b/demo/embedding_test.c
index 72c72d8..2f050ee 100644
--- a/demo/embedding_test.c
+++ b/demo/embedding_test.c
@@ -1,7 +1,7 @@
/* Link this program with libembedding_test.so.
E.g. with gcc:
- gcc -o embedding_test embedding_test.c _embedding_cffi.so -lpython2.7
+ gcc -o embedding_test embedding_test.c _embedding_cffi.so
*/
#include <stdio.h>