Skip to content

Commit 3bdb728

Browse files
authoredAug 8, 2024
Fix linker error for gcc 14
1 parent fa5e93d commit 3bdb728

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/Makefile.linux

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ EXESUFFIX =
88
BINDIR = ../bin
99
OBJDIR = obj
1010
INCDIR = ./
11+
LDFLAGS = "-Wl,-allow-multiple-definition"
1112

1213
OSLIB = oslib_linux/oslib.a
1314
JAMLIB = jamlib/jamlib.a

0 commit comments

Comments
 (0)
Please sign in to comment.