[Native][tests] Fix generation of *.def file in accidentally disappeared dir
This commit is contained in:
@@ -4047,6 +4047,7 @@ def generateWithSpaceDefFile() {
|
||||
mapOption = "\"-Wl,--Map,${buildDir}/cutom map.map\""
|
||||
}
|
||||
|
||||
buildDir.mkdirs()
|
||||
def file = new File("${buildDir}/withSpaces.def")
|
||||
file.write """
|
||||
headers = stdio.h "${projectDir}/interop/basics/custom headers/custom.h"
|
||||
|
||||
Reference in New Issue
Block a user