diff options
| author | ruki <[email protected]> | 2020-11-10 00:40:03 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-11-10 11:33:27 +0800 |
| commit | 6bd92e09bea0e6f1c707ab6bbf062f462b70c01d (patch) | |
| tree | 0a4b18ceaa6cbdb7d896b7937425c438a437939c /xmake/modules/core/tools/swiftc.lua | |
| parent | 40b38d7cd88d9a0c3b870f6995c01dbd95c69981 (diff) | |
add nf_includedir
Diffstat (limited to 'xmake/modules/core/tools/swiftc.lua')
| -rw-r--r-- | xmake/modules/core/tools/swiftc.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xmake/modules/core/tools/swiftc.lua b/xmake/modules/core/tools/swiftc.lua index 26024af0b..ea1939f10 100644 --- a/xmake/modules/core/tools/swiftc.lua +++ b/xmake/modules/core/tools/swiftc.lua @@ -140,11 +140,6 @@ function nf_vectorext(self, extension) return maps[extension] end --- make the includedir flag -function nf_includedir(self, dir) - return "-Xcc -I" .. os.args(dir) -end - -- make the define flag function nf_define(self, macro) return "-Xcc -D" .. macro |
