Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit b198cb7

Browse files
committed
Merge pull request #497 from adobe/kai/fix-ld-pthreads
Add -lpthread to LIBS (libraries).
2 parents 97db853 + 938d227 commit b198cb7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

appshell.gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,7 @@
514514
],
515515
'libraries': [
516516
'$(shell <(pkg-config) --libs-only-l <(gtk_packages))',
517+
'-lpthread',
517518
],
518519
},
519520
},

0 commit comments

Comments
 (0)