Skip to content

Commit ed7eaf7

Browse files
committed
fix: native target family should be native
Signed-off-by: Sam Gammon <[email protected]>
1 parent b072033 commit ed7eaf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ val enableCustomCompiler = findProperty("elide.compiler") != null
128128
val enableNativeCryptoV2 = false
129129
val enableNativeTransportV2 = true
130130
val enableSqliteStatic = true
131-
val nativeTargetFamily = "wasm"
131+
val nativeTargetFamily = "native"
132132
val enableStatic = findProperty("elide.static") == "true"
133133
val enableStaticJni = true
134134
val preferShared = false

0 commit comments

Comments
 (0)