From 4d4a234dfca80af6cc7192784bf16822786e3ccb Mon Sep 17 00:00:00 2001 From: tobil4sk Date: Mon, 27 Feb 2023 11:55:38 +0000 Subject: [PATCH] Fix package script error --- src/haxelib/client/Vcs.hx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/haxelib/client/Vcs.hx b/src/haxelib/client/Vcs.hx index f354d602..dc03f3c8 100644 --- a/src/haxelib/client/Vcs.hx +++ b/src/haxelib/client/Vcs.hx @@ -22,8 +22,13 @@ package haxelib.client; import sys.FileSystem; +#if haxe4 +import sys.thread.Thread; +import sys.thread.Lock; +#else import neko.vm.Thread; import neko.vm.Lock; +#end using haxelib.client.Vcs; interface IVcs {