Also, cleanup some spacing nit-picks and fix the targeting of libdl when cross-compiling for Windows by changing UNIX, which apparently cross-comping for Windows is, to NOT WIN32 which produces the expected behavior when cross-compiling or building locally for Linux.
Finally, open with rb file-flags for all YASL state initialization functions.
Also, cleanup some spacing nit-picks and fix the targeting of
libdl
when cross-compiling for Windows by changingUNIX
, which apparently cross-comping for Windows is, toNOT WIN32
which produces the expected behavior when cross-compiling or building locally for Linux.Finally, open with
rb
file-flags for all YASL state initialization functions.