Skip to content

Commit a387f73

Browse files
kraenhansenCopilot
andauthored
Update packages/gyp-to-cmake/src/transformer.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9fe44eb commit a387f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gyp-to-cmake/src/transformer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export function bindingGypToCmakeLists({
7272
`project(${projectName})`,
7373
"",
7474
// Declaring a project-wide NAPI_VERSION as a fallback for targets that don't explicitly set it
75-
// This is only needed when using cmake-js, as this is injected by cmake-rn
75+
// This is only needed when using cmake-js, as it is injected by cmake-rn
7676
...(defineNapiVersion
7777
? [`add_compile_definitions(NAPI_VERSION=${napiVersion})`]
7878
: []),

0 commit comments

Comments
 (0)