From 481a9483ed3a2c7957b9ccfdfda0af3e6f73c3d7 Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Fri, 26 Aug 2016 23:41:01 +0200 Subject: [PATCH] Premake: Fix exported include paths for BitMRC. --- premake/bitmrc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/premake/bitmrc.lua b/premake/bitmrc.lua index 3608710a..2bd48484 100644 --- a/premake/bitmrc.lua +++ b/premake/bitmrc.lua @@ -11,8 +11,8 @@ end function bitmrc.import() if not bitmrc.settings then error("Run bitmrc.setup first") end - sqlite3.import() - libcryptopp.import() + sqlite3.links() + libcryptopp.links() bitmrc.links() bitmrc.includes() end