diff options
| author | xq114 <[email protected]> | 2021-09-24 12:10:59 +0800 |
|---|---|---|
| committer | xq114 <[email protected]> | 2021-09-24 12:10:59 +0800 |
| commit | 113108b4a6cbda7211d42a133b29eb90f688bc8e (patch) | |
| tree | 4db8c5d1c59d20f6c2134cc4ef2e2285508b1ebf /xmake/includes/check_cxxincludes.lua | |
| parent | ef34aa0c7f5a9996ff9c3863556b426a4f1f4da5 (diff) | |
improve comments
Diffstat (limited to 'xmake/includes/check_cxxincludes.lua')
| -rw-r--r-- | xmake/includes/check_cxxincludes.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/includes/check_cxxincludes.lua b/xmake/includes/check_cxxincludes.lua index ed9ecd6cd..a779ffd15 100644 --- a/xmake/includes/check_cxxincludes.lua +++ b/xmake/includes/check_cxxincludes.lua @@ -40,6 +40,7 @@ end -- e.g. -- -- configvar_check_cxxincludes("HAS_STRING_H", "string.h") +-- configvar_check_cxxincludes("HAS_STRING_H", "string.h", {default = 0}) -- configvar_check_cxxincludes("HAS_STRING_AND_STDIO_H", {"string.h", "stdio.h"}) -- function configvar_check_cxxincludes(definition, includes, opt) |
