If I use --host and --target option with configure command
aacs_info.exe is installed as x86_64-w64-mingw32-aacs_info.exe file.
Here is the command:
./configure --prefix=/mingw64 --build=x86_64-w64-mingw32
--host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --enable-static
--enable-shared
If --
On 12 Mar 2022, at 14:34, Biswapriyo Nath wrote:
> If I use --host and --target option with configure command
> aacs_info.exe is installed as x86_64-w64-mingw32-aacs_info.exe file.
> Here is the command:
>
> ./configure --prefix=/mingw64 --build=x86_64-w64-mingw32
> --host=x86_64-w64-mingw32 --t