Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ libintel_gfx_api-x64.a: src/intel_gfx_api-x64.def
$(DLLTOOL) --as=as --output-lib $@ --input-def $< --as-flags=--64 -m i386:x86-64

if DLLTOOL_X86
lib_LTLIBRARIES += libintel_gfx_api-x86.a
lib_LTLIBRARIES += libintel_gfx_api-x86.la
endif
if DLLTOOL_X64
lib_LTLIBRARIES += libintel_gfx_api-x64.a
lib_LTLIBRARIES += libintel_gfx_api-x64.la
endif
endif

Expand Down