From 6c95d71af6eeddd4f4155a6378d324e71243258a Mon Sep 17 00:00:00 2001 From: Southclaws Date: Wed, 27 Dec 2017 21:12:02 +0000 Subject: [PATCH] added runtime section so dependent packages know to pull plugin binaries without needing to explicitly specify them --- pawn.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pawn.json b/pawn.json index ac01a54..7e200ea 100644 --- a/pawn.json +++ b/pawn.json @@ -17,5 +17,8 @@ "includes": ["."], "plugins": ["plugins/sscanf.dll"] } - ] + ], + "runtime": { + "plugins": ["maddinat0r/sscanf"] + } }