Skip to content

Commit

Permalink
try to fix openmp gcc linker error
Browse files Browse the repository at this point in the history
  • Loading branch information
samayala22 committed Feb 2, 2024
1 parent 7059f68 commit e642f75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vlm/xmake.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
add_requires("openmp")

target("libvlm")
set_kind("static")

add_packages("openmp") -- needed for gcc linker
for _,name in ipairs(backends) do
if has_config(backend_option(name)) then
add_defines(backend_defines(name))
Expand Down

0 comments on commit e642f75

Please sign in to comment.