Skip to content

Commit c3d1a04

Browse files
committed
windows pthread fix
1 parent 766e990 commit c3d1a04

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

inkscape/bitmap2component.exe

31.9 KB
Binary file not shown.

src/build_win.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ g++ -c ../common/geometry/* -lpotrace -L. -L../potrace -I../include -I../polyg
33
g++ -c ../common/math/* -lpotrace -L. -L../potrace -I../include -I../polygon -I../potrace -I. -v -std=c++11
44
g++ -c ../polygon/* -lpotrace -L. -L../potrace -I../include -I../polygon -I../potrace -I. -v -std=c++11
55
g++ -c main.cpp bitmap2component.cpp lodepng.cpp -lpotrace -L. -L../potrace -I../include -I../polygon -I../potrace -I. -L ../common/ -I ../common/ -std=c++11
6-
g++ -o bitmap2component *.o -lpotrace -L. -L../potrace -I../include -I../polygon -I../potrace -I. -L ../common/ -I ../common/ -std=c++11 -static-libgcc -static-libstdc++
6+
g++ -o bitmap2component *.o -lpotrace -L. -L../potrace -I../include -I../polygon -I../potrace -I. -L ../common/ -I ../common/ -std=c++11 -static-libgcc -static-libstdc++ -static

0 commit comments

Comments
 (0)