summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpportunityLiu <[email protected]>2019-06-03 21:01:54 +0800
committerOpportunityLiu <[email protected]>2019-06-03 21:01:54 +0800
commit18ac66eebce733b1112b419f9896cdfa2ede395a (patch)
treeda717d07b5a1db1b895df4f0c796e763ecc0554a
parent9c7bcd8a7f9578101e71f25479daf9b5879d5b0b (diff)
fix placeholder
-rw-r--r--xmake/modules/private/tools/gcc/parse_deps.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/modules/private/tools/gcc/parse_deps.lua b/xmake/modules/private/tools/gcc/parse_deps.lua
index 04e97b17b..4e9b42140 100644
--- a/xmake/modules/private/tools/gcc/parse_deps.lua
+++ b/xmake/modules/private/tools/gcc/parse_deps.lua
@@ -11,7 +11,7 @@
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-- See the License for the specific language governing permissions and
-- limitations under the License.
---
+--
-- Copyright (C) 2015 - 2019, TBOOX Open Source Group.
--
-- @author ruki
@@ -22,7 +22,7 @@
import("core.project.project")
-- a placeholder for spaces in path
-local space_placeholder = "\001*\002"
+local space_placeholder = "\001"
-- normailize path of a dependecy
function _normailize_dep(dep)