mirror of https://github.com/axmolengine/axmol.git
Use env ENGINEX_ROOT for templates
This commit is contained in:
parent
1051d38562
commit
32b007ff88
|
@ -1,6 +1,6 @@
|
|||
import java.nio.file.Paths
|
||||
include ':libcocos2dx'
|
||||
project(':libcocos2dx').projectDir = new File(Paths.get("${System.env.COCOS2DX_ROOT}/cocos/platform/android/libcocos2dx").toUri())
|
||||
project(':libcocos2dx').projectDir = new File(Paths.get("${System.env.ENGINEX_ROOT}/cocos/platform/android/libcocos2dx").toUri())
|
||||
include ':HelloCpp'
|
||||
project(':HelloCpp').projectDir = new File(settingsDir, 'app')
|
||||
rootProject.name = "HelloCpp"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import java.nio.file.Paths
|
||||
include ':libcocos2dx'
|
||||
project(':libcocos2dx').projectDir = new File(Paths.get("${System.env.COCOS2DX_ROOT}/cocos/platform/android/libcocos2dx").toUri())
|
||||
project(':libcocos2dx').projectDir = new File(Paths.get("${System.env.ENGINEX_ROOT}/cocos/platform/android/libcocos2dx").toUri())
|
||||
include ':HelloLua'
|
||||
project(':HelloLua').projectDir = new File(settingsDir, 'app')
|
||||
rootProject.name = "HelloLua"
|
||||
|
|
Loading…
Reference in New Issue