2
0
Эх сурвалжийг харах

Lua: allow lua to include files inline (similar to js)

Justin Donaldson 9 жил өмнө
parent
commit
e8280a7bfa

+ 1 - 1
std/haxe/macro/Compiler.hx

@@ -360,7 +360,7 @@ class Compiler {
 
 #end
 
-	#if (js || macro)
+	#if (js || lua || macro)
 	/**
 		Embed a JavaScript file at compile time (can be called by `--macro` or within an `__init__` method).
 	**/