Skip to content

Commit

Permalink
Merge pull request #232 from ijl/pass-cc-cxx
Browse files Browse the repository at this point in the history
Pass CC and CXX environmental variables
  • Loading branch information
messense authored Dec 2, 2023
2 parents b9e8f88 + 323f24f commit 8509df6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,9 @@ async function dockerBuild(
env.startsWith('PYO3_') ||
env.startsWith('TARGET_') ||
env.startsWith('CMAKE_') ||
env.startsWith('CC') ||
env.startsWith('CFLAGS') ||
env.startsWith('CXX') ||
env.startsWith('CXXFLAGS') ||
env.startsWith('CPPFLAGS') ||
env.startsWith('LDFLAGS') ||
Expand Down

0 comments on commit 8509df6

Please sign in to comment.