2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Tweaks to support 64 bit compile of engine.

This commit is contained in:
Rene Rivera
2020-09-02 23:46:48 -05:00
parent 5a5736696d
commit 7cacaef335
8 changed files with 26 additions and 24 deletions

View File

@@ -75,8 +75,8 @@ int exec_check
(
string const * command,
LIST * * pShell,
int * error_length,
int * error_max_length
size_t * error_length,
size_t * error_max_length
)
{
int const is_raw_cmd = 1;