openfl / lime-vscode-extension

Visual Studio Code extension for OpenFL and Lime projects written in Haxe
https://marketplace.visualstudio.com/items?itemName=openfl.lime-vscode-extension
MIT License
27 stars 4 forks source link

Only list targets relevant to the current OS #15

Closed Gama11 closed 7 years ago

ibilon commented 7 years ago

It doesn't work for iOS but for windows/linux/mac if you try to build them on another OS you'll get a cross platform neko build.

Gama11 commented 7 years ago

I know about that, but I always felt like that's more confusing than helpful.. Do people actually use that in practice? I've only seen people be confused by that, expecting a "real" cross-compiled cpp build (which is reasonable, since "[OS-name]" normally means cpp).

ibilon commented 7 years ago

True, there might not be a lot of people using that. If you can't build you most likely can't test. And neko builds don't have the best performances.

Gama11 commented 7 years ago

Yeah, I've seen people wonder why their Linux build performs so badly, and they didn't realize it was a Neko build.