mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
Disable x86 platform for now until we get OpenCV working with it.
This commit is contained in:
@@ -5,7 +5,7 @@ def cameraserverSetupModel = { project ->
|
||||
if (project.isArm) {
|
||||
targetPlatform 'arm'
|
||||
} else {
|
||||
targetPlatform 'x86'
|
||||
//targetPlatform 'x86'
|
||||
targetPlatform 'x64'
|
||||
}
|
||||
setupDefines(project, binaries)
|
||||
@@ -58,7 +58,7 @@ def cameraserverSetupExamplesModel = { project ->
|
||||
if (project.isArm) {
|
||||
targetPlatform 'arm'
|
||||
} else {
|
||||
targetPlatform 'x86'
|
||||
//targetPlatform 'x86'
|
||||
targetPlatform 'x64'
|
||||
}
|
||||
setupDefines(project, binaries)
|
||||
@@ -86,7 +86,7 @@ def cameraserverSetupExamplesModel = { project ->
|
||||
if (project.isArm) {
|
||||
targetPlatform 'arm'
|
||||
} else {
|
||||
targetPlatform 'x86'
|
||||
//targetPlatform 'x86'
|
||||
targetPlatform 'x64'
|
||||
}
|
||||
setupDefines(project, binaries)
|
||||
|
||||
Reference in New Issue
Block a user