Backed out changeset 34de8590421f (bug 1277483)

This commit is contained in:
Carsten "Tomcat" Book 2016-06-07 11:46:17 +02:00
Родитель 733eeabb87
Коммит 13344836e1
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -622,6 +622,7 @@ option('--disable-install-strip',
@depends('--disable-install-strip')
def disable_install_strip(value):
return not value
if not value:
return True
set_config('PKG_SKIP_STRIP', disable_install_strip)