From f62dcf65fc01401c2c558efe14dbf88a026e83a9 Mon Sep 17 00:00:00 2001 From: Dmitriy Dolovov Date: Thu, 10 Feb 2022 11:08:57 +0300 Subject: [PATCH] [Native][tests] Fix generation of *.def file in accidentally disappeared dir --- kotlin-native/backend.native/tests/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/kotlin-native/backend.native/tests/build.gradle b/kotlin-native/backend.native/tests/build.gradle index 681169a6ecd..0863e385c26 100644 --- a/kotlin-native/backend.native/tests/build.gradle +++ b/kotlin-native/backend.native/tests/build.gradle @@ -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"