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

Commit

Permalink
Merge pull request #497 from adobe/kai/fix-ld-pthreads
Browse files Browse the repository at this point in the history
Add -lpthread to LIBS (libraries).
  • Loading branch information
ingorichter committed Jan 8, 2015
2 parents 97db853 + 938d227 commit b198cb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appshell.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@
],
'libraries': [
'$(shell <(pkg-config) --libs-only-l <(gtk_packages))',
'-lpthread',
],
},
},
Expand Down

0 comments on commit b198cb7

Please sign in to comment.