Skip to content

Commit

Permalink
fix: make jijna generator works without custom backend (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
aneojgurhem authored Mar 5, 2024
2 parents d53fed2 + cb2341b commit 715d9f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions verrou_files/templates/makefile.am.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ VERROU_SOURCES_COMMON = \
interflop_backends/backend_checkdenorm/interflop_checkdenorm.cxx


ADDITIONAL_BACKEND_SOURCES = \
{% for backend_name in backend_names %}interflop_backends/backend_{{ backend_name }}/interflop_{{ backend_name }}.cxx {% endfor %}
ADDITIONAL_BACKEND_SOURCES =
{% for backend_name in backend_names %}\ interflop_backends/backend_{{ backend_name }}/interflop_{{ backend_name }}.cxx
{% endfor %}

VERROU_SOURCES_COMMON += $(ADDITIONAL_BACKEND_SOURCES)

Expand Down

0 comments on commit 715d9f1

Please sign in to comment.