Fix build without base GCC
Submitted by: avg
This commit is contained in:
parent
9ac6b3789e
commit
5cefc3e99b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324264
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ post-patch:
|
|||
${WRKSRC}/ui/base/strings/app_locale_settings_th.xtb
|
||||
|
||||
do-configure:
|
||||
cd ${WRKSRC} && \
|
||||
cd ${WRKSRC} && CC="${CC}" CXX="${CXX}" \
|
||||
GYP_DEFINES="${GYP_DEFINES}" ${PYTHON_CMD} \
|
||||
./build/gyp_chromium chrome/chrome.gyp --depth .
|
||||
|
||||
|
|
Loading…
Reference in a new issue