Skip to content

Commit

Permalink
fix gpy python3 issue
Browse files Browse the repository at this point in the history
partially picked from 3d8b844

Signed-off-by: Su Baocheng <[email protected]>
  • Loading branch information
BaochengSu committed Oct 9, 2020
1 parent 99d16a7 commit d634b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/v8/gypfiles/toolchain.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
'has_valgrind%': 0,
'coverage%': 0,
'v8_target_arch%': '<(target_arch)',
'v8_host_byteorder%': '<!(python -c "import sys; print sys.byteorder")',
'v8_host_byteorder%': '<!(python -c "import sys; print(sys.byteorder)")',
'force_dynamic_crt%': 0,

# Setting 'v8_can_use_vfp32dregs' to 'true' will cause V8 to use the VFP
Expand Down

0 comments on commit d634b18

Please sign in to comment.