openssl: Support iOS cross compilation (in theory)
This commit is contained in:
parent
af55a0c300
commit
0c3efb9ba0
@ -48,6 +48,8 @@ let
|
|||||||
then "./Configure mingw${toString hostPlatform.parsed.cpu.bits}"
|
then "./Configure mingw${toString hostPlatform.parsed.cpu.bits}"
|
||||||
else if hostPlatform.isLinux
|
else if hostPlatform.isLinux
|
||||||
then "./Configure linux-generic${toString hostPlatform.parsed.cpu.bits}"
|
then "./Configure linux-generic${toString hostPlatform.parsed.cpu.bits}"
|
||||||
|
else if hostPlatform.isiOS
|
||||||
|
then "./Configure ios${toString hostPlatform.parsed.cpu.bits}-cross"
|
||||||
else
|
else
|
||||||
throw "Not sure what configuration to use for ${hostPlatform.config}"
|
throw "Not sure what configuration to use for ${hostPlatform.config}"
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user