We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0445dec commit b3fd7b4Copy full SHA for b3fd7b4
1 file changed
setup_pjsip.py
@@ -43,6 +43,10 @@
43
vpx_cflags = "-I/opt/local/include"
44
vpx_ldflags = "-L/opt/local/lib"
45
46
+ # for cross-compiling on Apple M processor for x86_64 architecture
47
+ # arch_flags = "-arch x86_64 -mmacosx-version-min=%s" % min_osx_version
48
+ # and revert the patch deps/patches/009_aconfigure.patch that sets the CPU flags for webrtc AEC
49
+
50
# Prepare final flags
51
arch_flags = "-mmacosx-version-min=%s" % min_osx_version
52
local_cflags = " %s %s %s %s %s -mmacosx-version-min=%s -isysroot %s" % (arch_flags, ossl_cflags, sqlite_cflags, opus_cflags, vpx_cflags, min_osx_version, osx_sdk_path)
0 commit comments