This repository was archived by the owner on Aug 31, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +38
-17
lines changed
Expand file tree Collapse file tree 3 files changed +38
-17
lines changed Original file line number Diff line number Diff line change 177177 ],
178178 },
179179 ],
180+
181+ [
182+ 'OS == "win"' ,
183+ {
184+ 'copies' :
185+ [
186+ {
187+ 'destination' :'<(PRODUCT_DIR)/Externals/CEF/' ,
188+ 'files' :
189+ [
190+ '<(PRODUCT_DIR)/libbrowser-cefprocess.exe' ,
191+ ],
192+ },
193+ ],
194+ },
195+ ],
196+
197+ [
198+ 'OS == "linux"' ,
199+ {
200+ 'copies' :
201+ [
202+ {
203+ 'destination' :'<(PRODUCT_DIR)/Externals/CEF/' ,
204+ 'files' :
205+ [
206+ '<(PRODUCT_DIR)/libbrowser-cefprocess' ,
207+ ],
208+ },
209+ ],
210+ },
211+ ],
180212 ],
181213
182214 'direct_dependent_settings' :
278310 [
279311 'toolset_os == "win"' ,
280312 {
281- 'copies' :
282- [
283- {
284- 'destination' :'<(PRODUCT_DIR)/CEF/' ,
285- 'files' :
286- [
287- '<(PRODUCT_DIR)/libbrowser-cefprocess.exe' ,
288- ],
289- },
290- ],
291-
292313 'library_dirs' :
293314 [
294315 '../prebuilt/unpacked/cef/<(uniform_arch)-win32-$(PlatformToolset)_static_$(ConfigurationName)/lib/CEF/' ,
Original file line number Diff line number Diff line change 99ECHO Build CEF-%CEF_VERSION% .%CEF_BUILDREVISION% for %BUILDTRIPLE%
1010
1111IF %ARCH% == x86_64 (
12- SET CEF_SRC_NAME = cef_binary_%CEF_VERSION% %2 B%CEF_BUILDREVISION% %2 Bchromium-%CEFChromium_VERSION% _windows64
13- SET CEF_DST_NAME = cef_binary_%CEF_VERSION% _ %CEF_BUILDREVISION% _windows64
12+ SET CEF_SRC_NAME = cef_binary_%CEF_VERSION% %% 2B%CEF_BUILDREVISION% %% 2Bchromium-%CEFChromium_VERSION% _windows64
13+ SET CEF_DST_NAME = cef_binary_%CEF_VERSION% + %CEF_BUILDREVISION% +chromium- %CEFChromium_VERSION % _windows64
1414) ELSE (
15- SET CEF_SRC_NAME = cef_binary_%CEF_VERSION% %2 B%CEF_BUILDREVISION% %2 Bchromium-%CEFChromium_VERSION% _windows32
16- SET CEF_DST_NAME = cef_binary_%CEF_VERSION% _ %CEF_BUILDREVISION% _windows32
15+ SET CEF_SRC_NAME = cef_binary_%CEF_VERSION% %% 2B%CEF_BUILDREVISION% %% 2Bchromium-%CEFChromium_VERSION% _windows32
16+ SET CEF_DST_NAME = cef_binary_%CEF_VERSION% + %CEF_BUILDREVISION% +chromium- %CEFChromium_VERSION % _windows32
1717)
1818
1919SET CEF_TGZ = %_ROOT_DIR% \%CEF_DST_NAME% .tar.bz2
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ source "${BASEDIR}/scripts/util.inc"
66
77# Grab the source for the library
88if [ " ${ARCH} " == " x86" ] ; then
9- CEF_DST=" cef_binary_${CEF_VERSION} _ ${CEF_BUILDREVISION} _${PLATFORM} 32"
9+ CEF_DST=" cef_binary_${CEF_VERSION} + ${CEF_BUILDREVISION} +chromium- ${CEFChromium_VERSION } _${PLATFORM} 32"
1010 CEF_SRC=" cef_binary_${CEF_VERSION} %2B${CEF_BUILDREVISION} %2Bchromium-${CEFChromium_VERSION} _${PLATFORM} 32.tar.bz2"
1111elif [ " ${ARCH} " == " x86_64" ] ; then
12- CEF_DST=" cef_binary_${CEF_VERSION} _ ${CEF_BUILDREVISION} _${PLATFORM} 64"
12+ CEF_DST=" cef_binary_${CEF_VERSION} + ${CEF_BUILDREVISION} +chromium- ${CEFChromium_VERSION } _${PLATFORM} 64"
1313 CEF_SRC=" cef_binary_${CEF_VERSION} %2B${CEF_BUILDREVISION} %2Bchromium-${CEFChromium_VERSION} _${PLATFORM} 64.tar.bz2"
1414else
1515 echo " No binaries available for arch"
You can’t perform that action at this time.
0 commit comments