We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d87ae commit dee1cbaCopy full SHA for dee1cba
tasks/ext.rake
@@ -18,6 +18,7 @@ taglib_options = "-DCMAKE_BUILD_TYPE=Release -DWITH_MP4=ON -DWITH_ASF=ON"
18
19
def configure_cross_compile(ext)
20
ext.cross_compile = true
21
+ ext.cross_platform = 'i386-mingw32'
22
ext.cross_config_options.concat($cross_config_options)
23
ext.cross_compiling do |gem|
24
gem.files << "lib/libtag.dll"
0 commit comments