8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c110d75 commit 3277ff8Copy full SHA for 3277ff8
CMakeLists.txt
@@ -7,7 +7,7 @@ project(python_webrtc
7
LANGUAGES C CXX
8
DESCRIPTION "a Python extension that provides bindings to WebRTC"
9
HOMEPAGE_URL "https://github.com/MarshalX/python-webrtc"
10
- VERSION "0.0.0.6"
+ VERSION "0.0.0.7"
11
)
12
13
include(ExternalProject)
@@ -169,12 +169,6 @@ else()
169
use_glib=false
170
rtc_build_tools=false
171
172
-
173
- if ("$ENV{TARGET_ARCH}" STREQUAL "ia32")
174
- list(APPEND GN_GEN_ARGS
175
- target_arch=ia32
176
- )
177
- endif()
178
endif()
179
180
if (WIN32)
0 commit comments