Browse Source

exclude hrt when compiling plugin

ncannasse 6 years ago
parent
commit
abc886f022
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hide/Plugin.hx

+ 1 - 0
hide/Plugin.hx

@@ -11,6 +11,7 @@ class Plugin {
 	static var haxelibRoot = sys.io.File.getContent(Sys.getEnv("USERPROFILE")+"/.haxelib");
 	static var EXCLUDES = [
 		"hide",
+		"hrt",
 
 		"h2d",
 		"h3d",