Thanks. Imported with an additional WANTLIB = ${MODCARGO_WANTLIB} m
line. ${MODCARGO_WANTLIB} is needed to pick up the correct libraries on all architectures and libm is needed for at least pow(3), which I believe is pulled in via the rand crate.
Thanks. Imported with an additional WANTLIB = ${MODCARGO_WANTLIB} m
line. ${MODCARGO_WANTLIB} is needed to pick up the correct libraries on all architectures and libm is needed for at least pow(3), which I believe is pulled in via the rand crate.