projects
/
serenade.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3449068
)
fix config.c
master
author
nishi
<nishi@0f02c867-ac3d-714e-8a88-971ba1f6efcf>
Sat, 25 May 2024 13:00:39 +0000
(13:00 +0000)
committer
nishi
<nishi@0f02c867-ac3d-714e-8a88-971ba1f6efcf>
Sat, 25 May 2024 13:00:39 +0000
(13:00 +0000)
git-svn-id: file:///raid/svn-main/nishi-serenade/trunk@134
0f02c867
-ac3d-714e-8a88-
971ba1f6efcf
Tool/config.c
patch
|
blob
|
history
diff --git
a/Tool/config.c
b/Tool/config.c
index 40894112b985cfbe78a54ac9d67a52b580e4c085..335f42da0fcd1f5254f01c7927297ba52a2ec8c0 100644
(file)
--- a/
Tool/config.c
+++ b/
Tool/config.c
@@
-19,6
+19,9
@@
int main(int argc, char** argv) {
}else if(strcmp(argv2, "OpenBSD") == 0) {
printf("-I/usr/local/include ");
}
+#endif
+#ifdef HAS_FFI_SUPPORT
+ printf("-I/usr/lib64/libffi/include ");
#endif
printf("\n");
} else if(strcmp(argv[1], "libs") == 0) {