Added license incompatibility warning.

This commit is contained in:
Бранимир Караџић
2024-06-11 18:06:14 -07:00
parent c4268ed766
commit 61a7e9ebe7

View File

@@ -3,6 +3,16 @@
-- License: https://github.com/bkaradzic/bx#license-bsd-2-clause
--
if _OPTIONS["with-libheif"] then
print('\n')
print('\tWARNING!')
print('')
print('\t*** LICENSE INCOMPATIBILITY WARNING!')
print('\t*** LibHeif is licensed under LGPL! See:')
print('\t*** https://github.com/strukturag/libheif/blob/master/COPYING')
print('\n')
end
project "bimg_decode"
kind "StaticLib"