Skip to content

Commit

Permalink
update android build
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Jul 30, 2024
1 parent 47a984b commit 1f41aa0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jolt/jolt-build/src/main/java/Build.java
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ private static BuildMultiTarget getAndroidTarget(BuildToolOptions op) {
androidTarget.headerDirs.add(libBuildCPPPath + "/src/jolt");
androidTarget.cppInclude.add(libBuildCPPPath + "/**/jolt/Jolt/**.cpp");
androidTarget.cppFlags.add("-Wno-error=format-security");
androidTarget.cppFlags.add("-std=c++17");
int i = Runtime.getRuntime().availableProcessors();
androidTarget.customArgs.add("-j" + i );

Expand Down

0 comments on commit 1f41aa0

Please sign in to comment.