DeadSix27 / python_cross_compile_script

Easy to use Linux to Windows cross compile script.
Mozilla Public License 2.0
31 stars 9 forks source link

just wondering about libass dependency #116

Closed hydra3333 closed 1 year ago

hydra3333 commented 4 years ago

hello. IIRC libass has dependencies

'depends_on' : [ 'expat', 'fontconfig',  'harfbuzz', 'freetype', 'iconv', 'libfribidi'],

Just wondering if it could/should look like this to align with other dependencies ?

'depends_on' : [ 'expat', 'fontconfig',  'freetype', 'iconv', 'libfribidi'], # 'freetype' depends on  'freetype_lib', 'harfbuzz_lib-with-freetype' so it gets the order right !