summaryrefslogtreecommitdiff
path: root/xmake
diff options
context:
space:
mode:
authorruki <[email protected]>2017-08-16 16:02:36 +0800
committerruki <[email protected]>2017-08-16 16:02:36 +0800
commit728a2d77fbfc62753719c6e8cd9a2438b8bab151 (patch)
treef42292528da2555786679140fa6ef4218238114b /xmake
parent19a8933bcbbd3513916ad3d0ec67ebf1bb8b88ec (diff)
modify changelog
Diffstat (limited to 'xmake')
-rw-r--r--xmake/actions/require/action/install.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/require/action/install.lua b/xmake/actions/require/action/install.lua
index a5a3292cc..2db3f01b8 100644
--- a/xmake/actions/require/action/install.lua
+++ b/xmake/actions/require/action/install.lua
@@ -100,7 +100,7 @@ option("%s")
set_description("The %s package")
-- add defines to config.h if checking ok
- add_defines_h_if_ok("$(prefix)_PACKAGE_HAVE_%s")
+ add_defines_h("$(prefix)_PACKAGE_HAVE_%s")
-- add links for checking
add_links("%s")