pull/425/head
Ashley 4 years ago committed by GitHub
parent 68fc348e5d
commit ddae3c9255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/o/openexr/xmake.lua

@ -32,6 +32,7 @@ package("openexr")
end
table.insert(configs, "-DCMAKE_BUILD_TYPE=" .. (package:debug() and "Debug" or "Release"))
table.insert(configs, "-DPYILMBASE_ENABLE=" .. "OFF")
table.insert(configs, "-DCMAKE_INSTALL_LIBDIR=lib")
import("package.tools.cmake").install(package, configs)
end)

Loading…
Cancel
Save