Files
wren/script
Bob Nystrom b1d94e945b refactor: replace libuv dynamic link with object inclusion in wren.mk build rules
Remove the LIB_UV_LINK variable that used -luv and -lpthread flags for linking, and instead pass the libuv static object directly via $^ in the bin/wren and test/wren link commands. This changes the linking strategy from dynamic library to object inclusion, simplifying the build and avoiding external library dependencies at link time.
2015-08-16 16:40:02 +00:00
..