Skip to content

Commit 94ab4ca

Browse files
committed
chore: set clang as the CC env variable in devbox.json
1 parent 30aaf0f commit 94ab4ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

devbox.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"hpack": "latest"
1414
},
1515
"env": {
16+
"CC": "clang",
1617
"LD_LIBRARY_PATH": "$DEVBOX_PACKAGES_DIR/lib:$LD_LIBRARY_PATH"
1718
}
1819
}

0 commit comments

Comments
 (0)