php-rar icon indicating copy to clipboard operation
php-rar copied to clipboard

Explicitly specify obj_dir

Open cmb69 opened this issue 4 years ago • 0 comments

Without that, phpize builds fail because there is rar.c and rar.cpp, and both are compiled to rar.obj in the same folder. This appears to be an upstream bug[1], but even if so, that won't be fixed for PHP 7 anymore, so we work around.

[1] https://github.com/php/php-src/blob/php-8.1.0/win32/build/confutils.js#L1617-L1625

cmb69 avatar Nov 30 '21 16:11 cmb69