Browse Source

fix libdir (#423)

Ashley 4 years ago
parent
commit
ddae3c9255
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/o/openexr/xmake.lua

+ 1 - 0
packages/o/openexr/xmake.lua

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