From c2d26b6e7fbdc3940b6e5d656294d9d4b8047267 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 17 Oct 2018 15:04:38 +0200 Subject: [PATCH] haxe: persist lib directory (closes #2678) --- haxe.json | 1 + 1 file changed, 1 insertion(+) diff --git a/haxe.json b/haxe.json index 403c92e8c9..8939d4a176 100644 --- a/haxe.json +++ b/haxe.json @@ -11,6 +11,7 @@ "env_set": { "HAXEPATH": "$dir" }, + "persist": "lib", "depends": "neko", "pre_install": [ "if(Test-Path \"$dir\\haxe_*\") {",