Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlevy committed Sep 6, 2024
1 parent c4c4fe6 commit 1d2a411
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,8 @@ endif

ifeq ($(ENABLE_SLANG),1)
OBJS += yosys-slang/build/*.o
OBJS += yosys-slang/build/slang_install/lib*/*.a
OBJS += yosys-slang/build/slang_install/lib/*.a
OBJS += yosys-slang/build/slang_install/lib64/*.a
endif

ifneq ($(SMALL),1)
Expand Down

0 comments on commit 1d2a411

Please sign in to comment.