xmake-io / xmake-gradle

A gradle plugin that integrates xmake seamlessly
https://xmake.io
Apache License 2.0
48 stars 3 forks source link

不同系统斜杠问题 #1

Closed Harlber closed 4 years ago

Harlber commented 4 years ago

XMakeBuildTask.groovy

File libsDir = new File(taskContext.buildDirectory, "libs/" + taskContext.buildArch)

在windows下是否要写成

File libsDir = new File(taskContext.buildDirectory, "libs\\" + taskContext.buildArch)
waruqi commented 4 years ago

win下我暂时没环境测,这个地方我刚修了,你再试试。。请更新到1.0.7

Harlber commented 4 years ago

刚好前几天也写了个小插件,家里电脑是win的,办公室mac,遇到了斜杠问题

waruqi commented 4 years ago

恩,这边没win环境测试,你先试试吧,看看win下能否正常使用,按理应该问题不大。