Skip to content

Commit 93924a9

Browse files
committed
Fix build scripts - 3 (#392, #491)
1 parent c22174b commit 93924a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_linux_mingw.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rm -f *.a
1414

1515
x86_64-w64-mingw32-gcc $gccflags -c $sourcefiles
1616
x86_64-w64-mingw32-gcc -s -shared -fPIC -static-libgcc *.o -o libumka.dll -lm
17-
ar rcs libumka_static_linux.a *.o
17+
ar rcs libumka_static_windows.a *.o
1818

1919
x86_64-w64-mingw32-gcc $gccflags -c umka.c
2020
x86_64-w64-mingw32-gcc -s umka.o -o umka.exe -static-libgcc -lm -L. -lumka -Wl,-rpath,'$ORIGIN'

0 commit comments

Comments
 (0)