8000 bump version · MarshalX/python-webrtc@3277ff8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3277ff8

Browse files
committed
bump version
1 parent c110d75 commit 3277ff8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

CMakeLists.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ project(python_webrtc
77
LANGUAGES C CXX
88
DESCRIPTION "a Python extension that provides bindings to WebRTC"
99
HOMEPAGE_URL "https://github.com/MarshalX/python-webrtc"
10-
VERSION "0.0.0.6"
10+
VERSION "0.0.0.7"
1111
)
1212

1313
include(ExternalProject)
@@ -169,12 +169,6 @@ else()
169169
use_glib=false
170170
rtc_build_tools=false
171171
)
172-
173-
if ("$ENV{TARGET_ARCH}" STREQUAL "ia32")
174-
list(APPEND GN_GEN_ARGS
175-
target_arch=ia32
176-
)
177-
endif()
178172
endif()
179173

180174
if (WIN32)

0 commit comments

Comments
 (0)
0