Skip to content

Commit 91a2620

Browse files
author
webdev778
committed
Correct Rakefile compile task
1 parent d1557a9 commit 91a2620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ task :compile, [:compiler, :target] do |t, args|
2121
maplist = {}
2222

2323
maps = Interscript.maps
24-
maps = Interscript.exclude_maps(maps, compiler)
24+
maps = Interscript.exclude_maps(maps, compiler: compiler, platform: false)
2525

2626
maps.each do |map|
2727
code = compiler.(map).code

0 commit comments

Comments
 (0)