diff --git a/.gitignore b/.gitignore index af5f21e..ad66fd3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ #Ignore Repos and Builds packages ffmpeg_install +prep + +.python-version diff --git a/config/cross_file.txt b/config/cross_file.txt index 7d832d8..745d521 100644 --- a/config/cross_file.txt +++ b/config/cross_file.txt @@ -11,7 +11,7 @@ ar = 'x86_64-w64-mingw32-ar' ld = 'x86_64-w64-mingw32-ld' objcopy = 'x86_64-w64-mingw32-objcopy' strip = 'x86_64-w64-mingw32-strip' -pkgconfig = 'pkg-config' +pkg-config = 'pkg-config' windres = 'x86_64-w64-mingw32-windres' [built-in options]