Update xmake.lua (#735)

pull/736/head
ruki 3 years ago committed by GitHub
parent 883f5accd4
commit a46cef21f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      packages/o/openmp/xmake.lua

@ -58,8 +58,11 @@ package("openmp")
return
end
end
-- need to detect the existance of flags
return {}
-- we need fetch the installed flags in on_load
local manifest = package:manifest_load()
if manifest then
return manifest.vars
end
end)
on_install("linux", "macosx", "windows", function (package)

Loading…
Cancel
Save