CommonWealthRobotics / BowlerBuilder

A Full-Stack Robotics Development Environment.
http://commonwealthrobotics.com/
GNU Lesser General Public License v3.0
3 stars 2 forks source link

Better way to get host OS #35

Closed Octogonapus closed 5 years ago

Octogonapus commented 5 years ago

This is the Groovy DSL but the idea should roughly map over to the Kotlin DSL: def hostPreset = MPPTools.defaultHostPreset(project, [kotlin.presets.macosX64, kotlin.presets.linuxX64, kotlin.presets.mingwX64])

Octogonapus commented 5 years ago

Not needed for now.