File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -539,6 +539,8 @@ build () {
539539
540540 if " ${system_windows} "
541541 then
542+ cmake_opts=" ${cmake_opts} -DUSE_OPENMP=ON"
543+
542544 if " ${arch_i686} "
543545 then
544546 engine_file_list=" ${engine_file_list} nacl_loader-amd64.exe irt_core-amd64.nexe" # WOW64 support
@@ -547,7 +549,7 @@ build () {
547549 special_dll=' libgcc_s_seh-1.dll'
548550 fi
549551
550- extra_dll_list=" ${special_dll} libstdc++-6.dll libwinpthread-1.dll libssp-0.dll"
552+ extra_dll_list=" ${special_dll} libgomp-1.dll libstdc++-6.dll libwinpthread-1.dll libssp-0.dll"
551553 # DLLs are added to engine_file_list after building
552554 engine_file_list=" ${engine_file_list} daemon.exe daemonded.exe daemon-tty.exe crash_server.exe nacl_loader.exe"
553555 engine_symbolize_list=' daemon.exe daemonded.exe daemon-tty.exe'
You can’t perform that action at this time.
0 commit comments