Changes the link type to a ty instead of ident.

This commit is contained in:
Myrddin Dundragon 2019-06-24 22:07:11 -04:00
parent 9e1fee89ad
commit 1339506fad

View File

@ -2,7 +2,7 @@
macro_rules! external_library
{
{
$name: ident : $link: ident
$name: ident : $link: ty
{
$(statics:
$($sname: ident: $stype: ty),+;