Skip to content

Commit

Permalink
Smallfix for slang support
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlevy committed Sep 18, 2024
1 parent c71203d commit 1801bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ endif

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

ifneq ($(SMALL),1)
Expand Down

0 comments on commit 1801bb9

Please sign in to comment.