Skip to content

Commit

Permalink
g bisect 5
Browse files Browse the repository at this point in the history
  • Loading branch information
oxidase committed Jul 2, 2024
1 parent 327f415 commit 5dc3beb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/poetry_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ def install(args):
CFLAGS=" ".join([flag for flag in cflags if flag]),
CXXFLAGS=" ".join([flag for flag in cxxflags if flag]),
LDFLAGS=" ".join([flag for flag in ldflags if flag]),
# ASMFLAGS="-arch arm64",
# ASM_FLAGS="-arch arm64",
ASMFLAGS="-arch arm64",
ASM_FLAGS="-arch arm64",
CMAKE_ASM_FLAGS="-arch arm64",
CMAKE_ARGS=cc_cpu_to_cmake_args.get(cc.get("cpu"), "") + " -DCMAKE_VERBOSE_MAKEFILE=ON",
)
Expand Down

0 comments on commit 5dc3beb

Please sign in to comment.