Skip to content

Commit

Permalink
Add headers to vfs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed May 21, 2024
1 parent e8bf87b commit bb37ef3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/recipes/oneTBB/targets.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
ONETBB_WASM_LIB = $(WASM)/lib/libtbb.a $(WASM)/lib/libtbbmalloc.a
OPTIONAL_WASM_LIBS += $(ONETBB_WASM_LIB)
WASM_LAZY_VFS += -i "$(WASM)/include/tbb@/usr/include/tbb"
WASM_LAZY_VFS += -i "$(WASM)/include/oneapi@/usr/include/oneapi"

0 comments on commit bb37ef3

Please sign in to comment.