Registrations currently disabled due to spam. Contact me externally if you need an account

Skip to content
Snippets Groups Projects
Commit 9ca82ba1 authored by Daniel Molkentin's avatar Daniel Molkentin
Browse files

NSIS: add libwinpthread dependency

parent b29a757b
No related branches found
No related tags found
No related merge requests found
......@@ -448,6 +448,7 @@ Section "${APPLICATION_NAME}" SEC_APPLICATION
;MinGW stuff
File "${MING_BIN}\libgcc_s_sjlj-1.dll"
File "${MING_BIN}\libstdc++-6.dll"
File "${MING_BIN}\libwinpthread-1.dll"
; CSync configs
File "${SOURCE_PATH}/sync-exclude.lst"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment