Skip to content

Commit

Permalink
fix: arguments with comma
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Jan 13, 2025
1 parent 0c2dc6e commit f958664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native-nitro-modules/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ android {
cppFlags "-frtti -fexceptions -Wall -Wextra -fstack-protector-all"
if (hasReactNative()) {
def reactNativeVersion = getReactNativeVersion()
arguments "-DANDROID_STL=c++_shared -DHAS_REACT_NATIVE -DREACT_NATIVE_VERSION=${reactNativeVersion}"
arguments "-DANDROID_STL=c++_shared", "-DHAS_REACT_NATIVE", "-DREACT_NATIVE_VERSION=${reactNativeVersion}"
} else {
arguments "-DANDROID_STL=c++_shared"
}
Expand Down

0 comments on commit f958664

Please sign in to comment.