philogb / v8-gl

A Toolkit for creating Desktop Hardware Accelerated Graphics with JS.
343 stars 32 forks source link

Building 64-bit on SL #4

Open lpsantil opened 14 years ago

lpsantil commented 14 years ago

If you modify the build process for v8 to do this instead

scons mode=release arch=x64

Then, modify v8-gl's makefile to use -m64 instead of -m32 in CFLAGS, the resulting binary also works.