Skip to content

Commit

Permalink
add note for posterity
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinMeimar committed Oct 10, 2024
1 parent 537e500 commit 09aa678
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/scripts/test-scripts/compile_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
def compile_shared_library(compiler, input_file, output_file, is_macos):
flags = ["-fPIC"]
if is_macos:
# NOTE: These are the flags required to compile a dynamic library
# on the macos-latest github action runner as of 10/10/2024
flags.extend([
"-dynamiclib",
"-arch", "arm64e",
Expand Down

0 comments on commit 09aa678

Please sign in to comment.