Skip to content

Commit

Permalink
Renable remaining ifles
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Feb 5, 2025
1 parent 32e10b9 commit bbf5c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ pkg.generate(name: 'faest', description: 'FAEST signature scheme', libraries: [l
all_names = []
foreach parameter_set : parameter_sets
all_names += 'faest_@0@'.format(parameter_set.get('PARAM_L'))
# subdir('faest_@0@'.format(parameter_set.get('PARAM_L')))
subdir('faest_@0@'.format(parameter_set.get('PARAM_L')))
endforeach
run_target(
'prepare_nist',
Expand Down

0 comments on commit bbf5c80

Please sign in to comment.