Skip to content

Commit

Permalink
skip build
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed May 21, 2024
1 parent da6ab42 commit 3e594ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public static void build() throws Exception {

ArrayList<BuildMultiTarget> targets = new ArrayList<>();
if(BuildTarget.isWindows() || BuildTarget.isUnix()) {
targets.add(getWindowBuildTarget(libPath));
// targets.add(getWindowBuildTarget(libPath));
}

JBuilder.build(buildConfig, targets);
Expand Down
2 changes: 1 addition & 1 deletion example/lib/generator/src/main/java/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ private static void generateAndBuild() throws Exception {
}
if(BuildTarget.isMac()) {
// targets.add(getMacTarget());
targets.add(getIOSTarget());
// targets.add(getIOSTarget());
}
JBuilder.build(buildConfig, targets);
}
Expand Down

0 comments on commit 3e594ea

Please sign in to comment.