Had to change the link type to expr and add a symbol after it.

This commit is contained in:
Myrddin Dundragon 2019-06-24 22:09:36 -04:00
parent 1339506fad
commit 1e30d2b14c

View File

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