Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
iffy committed Mar 4, 2024
1 parent ff6f129 commit b78b22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiish/plugins/standard/build_android.nim
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,10 @@ proc androidRunStep*(step: BuildStep, ctx: ref BuildContext) =
"--genScript",
&"-d:appJavaPackageName={ctx.config.get(AndroidConfig).java_package_name}",
"--nimcache:" & nimcachedir,
ctx.main_nim,
])
if BUILD_AS_LIB:
nimFlags.add("--app:lib")
nimFlags.add(ctx.main_nim)
ctx.log nimFlags.join(" ")
sh(nimFlags)

Expand Down

0 comments on commit b78b22c

Please sign in to comment.