comment out halDesktop

HalDesktop is not nessecary right now, and it breaks the mac build
This will be revisited once the NI Driverstation is needed for sim

Change-Id: I2c665d0abfaeee3b9d20d4d8aad8d4eed8a7b38b
This commit is contained in:
Peter_Mitrano
2015-12-03 02:22:04 -05:00
parent f5fe5cfcf1
commit 5c82146549

View File

@@ -23,24 +23,25 @@ model {
}
}
}
HALDesktop(NativeLibrarySpec) {
binaries.all {
if (toolChain in Gcc){
cppCompiler.args "-std=c++1y"
}
}
sources {
cpp {
source {
srcDirs = ["lib/Desktop", "lib/Shared"]
includes = ["**/*.cpp"]
}
exportedHeaders {
srcDirs = ["include", "lib/Desktop", "lib/Shared"]
}
}
}
}
// HALDesktop(NativeLibrarySpec) {
// binaries.all {
// if (toolChain in Gcc){
// cppCompiler.args "-std=c++1y"
// }
// }
//
// sources {
// cpp {
// source {
// srcDirs = ["lib/Desktop", "lib/Shared"]
// includes = ["**/*.cpp"]
// }
// exportedHeaders {
// srcDirs = ["include", "lib/Desktop", "lib/Shared"]
// }
// }
// }
// }
}
}