Skip to content

Commit dee1cba

Browse files
committed
Explicitly specify platform for cross task
See rake-compiler/rake-compiler#95.
1 parent f1d87ae commit dee1cba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/ext.rake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ taglib_options = "-DCMAKE_BUILD_TYPE=Release -DWITH_MP4=ON -DWITH_ASF=ON"
1818

1919
def configure_cross_compile(ext)
2020
ext.cross_compile = true
21+
ext.cross_platform = 'i386-mingw32'
2122
ext.cross_config_options.concat($cross_config_options)
2223
ext.cross_compiling do |gem|
2324
gem.files << "lib/libtag.dll"

0 commit comments

Comments
 (0)