diff options
| author | ruki <[email protected]> | 2017-08-16 16:02:36 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-08-16 16:02:36 +0800 |
| commit | 728a2d77fbfc62753719c6e8cd9a2438b8bab151 (patch) | |
| tree | f42292528da2555786679140fa6ef4218238114b /xmake | |
| parent | 19a8933bcbbd3513916ad3d0ec67ebf1bb8b88ec (diff) | |
modify changelog
Diffstat (limited to 'xmake')
| -rw-r--r-- | xmake/actions/require/action/install.lua | 2 |
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") |
