tests: filter_cflags: fix forgotten opt.load('compiler_c')

This commit is contained in:
Alibek Omarov 2019-10-11 07:07:37 +03:00
parent 2582333969
commit 9696e0f91e

View File

@ -3,7 +3,7 @@
# a1batross, 2019
def options(opt):
pass
opt.load('compiler_c compiler_cxx')
def configure(conf):
conf.load('compiler_c compiler_cxx')