浏览代码

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

Justin Donaldson 9 年之前
父节点
当前提交
e8280a7bfa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/haxe/macro/Compiler.hx

+ 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).
 	**/