Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions photon-lib/src/generate/photonlib.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"isJar": false,
"validPlatforms": [
"windowsx86-64",
"linuxathena",
"linuxsystemcore",
"linuxx86-64",
"osxuniversal"
]
Expand All @@ -35,7 +35,7 @@
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"linuxathena",
"linuxsystemcore",
"linuxx86-64",
"osxuniversal"
]
Expand All @@ -50,7 +50,7 @@
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"linuxathena",
"linuxsystemcore",
"linuxx86-64",
"osxuniversal"
]
Expand Down
2 changes: 1 addition & 1 deletion photon-targeting/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ model {

enableCheckTask project.hasProperty('doJniCheck')
javaCompileTasks << compileJava
jniCrossCompileOptions << JniCrossCompileOptions(nativeUtils.wpi.platforms.roborio)
jniCrossCompileOptions << JniCrossCompileOptions(nativeUtils.wpi.platforms.systemcore)
jniCrossCompileOptions << JniCrossCompileOptions(nativeUtils.wpi.platforms.linuxarm32)
jniCrossCompileOptions << JniCrossCompileOptions(nativeUtils.wpi.platforms.linuxarm64)

Expand Down
1 change: 1 addition & 0 deletions shared/config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
nativeUtils.addWpiNativeUtils()
nativeUtils.withCrossLinuxArm32()
nativeUtils.withCrossLinuxArm64()
nativeUtils.withCrossSystemCore()

// Configure WPI dependencies.
nativeUtils.wpi.configureDependencies {
Expand Down
Loading