Skip to content

Commit

Permalink
Fixed mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrw committed Feb 3, 2021
1 parent c992f31 commit ea9b0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build_helpers.nim
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ proc write_export_presets(enu_version: string) =
write_file("app/export_presets.cfg", generate_export_presets(enu_version))

proc write_info_plist(enu_version: string) =
write_file("dist/Enu.app/Contents/Info.plist", generate_export_presets(enu_version))
write_file("dist/Enu.app/Contents/Info.plist", generate_info_plist(enu_version))

dispatch_multi [generate_api], [core_count], [copy_stdlib], [write_export_presets], [write_info_plist]

0 comments on commit ea9b0df

Please sign in to comment.