summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)