Skip to content

Commit

Permalink
ADD make main available when useHostOS is set
Browse files Browse the repository at this point in the history
  • Loading branch information
ninovanhooff committed Nov 28, 2024
1 parent 7efad74 commit ecd67e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playdate/build/config.nim
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let nimblePlaydatePath =
else:
gorgeEx("nimble path playdate").output.split("\n")[0]

if not testing:
if not testing and not useHostOS:
switch("noMain", "on")
switch("backend", "c")
switch("mm", "arc")
Expand Down

0 comments on commit ecd67e7

Please sign in to comment.