Closed GoogleCodeExporter closed 9 years ago
at r696 i success compiled with this diff of SConstruct
Index: SConstruct
===================================================================
--- SConstruct (revision 696)
+++ SConstruct (working copy)
@@ -136,6 +136,8 @@
if env["os"] == "darwin":
env.Append(
+ CCFLAGS = ["-m32"],
+ LINKFLAGS = ["-m32"],
SHLINKFLAGS = "-undefined dynamic_lookup",
CPPDEFINES = ["DSO_EXT=so"]
)
Original comment by mr.ve...@gmail.com
on 30 Dec 2009 at 12:41
v8cgi now builds on Mac OSX with latest v8 :)
Original comment by ondrej.zara
on 7 Jan 2010 at 12:28
Original issue reported on code.google.com by
mr.ve...@gmail.com
on 8 Nov 2009 at 4:54Attachments: