Skip to content

Commit

Permalink
Fix package script error
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Feb 27, 2023
1 parent b3b4a63 commit 4d4a234
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/haxelib/client/Vcs.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4d4a234

Please sign in to comment.