Skip to content

Commit

Permalink
Swap profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
kuelumbus committed Nov 24, 2023
1 parent 57ecdf1 commit d085495
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ def conan_install(self, conan_toolchain_path):
compiler.version=14
compiler.libcxx=libc++
compiler.cppstd=20
arch=armv8
arch_build=armv8
arch=x86_64
arch_build=x86_64
build_type=Release
"""

Expand All @@ -122,8 +122,8 @@ def conan_install(self, conan_toolchain_path):
compiler.version=14
compiler.libcxx=libc++
compiler.cppstd=20
arch=x86_64
arch_build=x86_64
arch=armv8
arch_build=armv8
build_type=Release
"""

Expand Down

0 comments on commit d085495

Please sign in to comment.