[Native][tests] Fix generation of *.def file in accidentally disappeared dir

This commit is contained in:
Dmitriy Dolovov
2022-02-10 11:08:57 +03:00
parent 334dffd3e4
commit f62dcf65fc
@@ -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"