提交 ef54bde8 编写于 作者: D Dr. Stephen Henson

Configure fix for Windows: under Windows+perl "system" ends up going via the

command shell which means that redirecttion needs backslashes in the paths.
上级 5067cce5
......@@ -724,7 +724,7 @@ if($IsWindows) {
EOF
close(OUT);
system "perl crypto/objects/obj_dat.pl <crypto/objects/objects.h >crypto/objects/obj_dat.h";
system "perl crypto/objects/obj_dat.pl <crypto\\objects\\objects.h >crypto\\objects\\obj_dat.h";
} else {
(system "make -f Makefile.ssl PERL=\'$perl\' links") == 0 or exit $?;
### (system 'make depend') == 0 or exit $? if $depflags ne "";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册