mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Use C++17 parallel algorithms during plugin loading
This requires linking to the TBB library on Linux, where libstdc++ and libc++ don't provide an implementation.
This commit is contained in:
@@ -100,6 +100,7 @@ jobs:
|
||||
language-pack-el \
|
||||
language-pack-tr \
|
||||
libicu-dev \
|
||||
libtbb-dev \
|
||||
g++-10
|
||||
|
||||
- name: Run CMake
|
||||
|
||||
@@ -67,6 +67,7 @@ jobs:
|
||||
language-pack-el \
|
||||
language-pack-tr \
|
||||
libicu-dev \
|
||||
libtbb-dev \
|
||||
g++-10
|
||||
|
||||
- name: Run CMake
|
||||
|
||||
Reference in New Issue
Block a user