Skip to content

Commit

Permalink
[wpical] Disable systemcore target
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson committed Jan 1, 2025
1 parent a931a65 commit d1318bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wpical/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.gradle.internal.os.OperatingSystem

if (project.hasProperty('onlylinuxathena') || project.hasProperty('onlylinuxarm32') || project.hasProperty('onlylinuxarm64')) {
if (project.hasProperty('onlylinuxathena') || project.hasProperty('onlylinuxsystemcore') || project.hasProperty('onlylinuxarm32') || project.hasProperty('onlylinuxarm64')) {
return;
}

Expand Down

0 comments on commit d1318bf

Please sign in to comment.