Note in comment why hack

[skip ci]
This commit is contained in:
Valentin Lemière
2016-08-30 09:37:36 +02:00
committed by GitHub
parent 524880cd6c
commit 69206a502a

View File

@@ -130,6 +130,8 @@ class ApplicationMain {
#if neko
@:noCompletion @:dox(hide) public static function __init__ () {
// Copy from https://github.com/HaxeFoundation/haxe/blob/development/std/neko/_std/Sys.hx#L164
// since Sys.programPath () isn't available in __init__
var sys_program_path = {
var m = neko.vm.Module.local().name;
try {