You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"command": "haxelib run redistHelper hl.sdl.hxml -v -o redist -p Kalevala"
Execute ':package: Redist' command...
RedistHelperDir=/usr/local/lib/haxe/lib/redistHelper/git/
ProjectDir=/Users/eoy/Games/kalevala/
ExtraFiles listing:
Project name: Kalevala
Initializing folder: redist...
Parsing hl.sdl.hxml...
Building hl.sdl.hxml...
Packaging redist/opengl_win/Kalevala...
Initializing folder: redist/opengl_win/Kalevala...
Copying HL runtime files to redist/opengl_win/Kalevala...
Called from ? line 1
Called from Main.hx line 232
Called from Main.hx line 207
Called from Main.hx line 353
Called from Main.hx line 465
Uncaught exception - Invalid field access : split
In addition to this, should there be an option to only build osx?
The text was updated successfully, but these errors were encountered:
EDIT: actually having checked up online and ran tests the issue is probably not split not being found. Sys.getEnv("path") returns null on my system (the Linux variable being PATH, and I suspect same goes for Mac). Work for cross-platforming this tool needs to be done (I'll do what I can to get it to run and submit the necessary changes)
"command": "haxelib run redistHelper hl.sdl.hxml -v -o redist -p Kalevala"
In addition to this, should there be an option to only build osx?
The text was updated successfully, but these errors were encountered: