Skip to content

Commit 904adb3

Browse files
artus9033Copilot
andauthored
fix: changes after CR
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 665503e commit 904adb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/brownie/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ android {
4545

4646
externalNativeBuild {
4747
cmake {
48-
arguments "-DANDROID_STL=c++_shared -DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON"
48+
arguments "-DANDROID_STL=c++_shared", "-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON"
4949
cppFlags "-std=c++20 -fexceptions -frtti"
5050
}
5151
}

0 commit comments

Comments
 (0)