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 d2ef843 commit 7875adaCopy full SHA for 7875ada
build-release
@@ -511,7 +511,11 @@ build () {
511
engine_file_list="${engine_file_list} daemon daemonded daemon-tty crash_server nacl_helper_bootstrap nacl_loader"
512
engine_symbolize_list='daemon daemonded daemon-tty'
513
engine_strip_list='daemon daemonded daemon-tty crash_server'
514
- if "${arch_i686}"
+ if "${arch_amd64}"
515
+ then
516
+ cmake_opts+=' -DCMAKE_C_COMPILER=x86_64-linux-gnu-gcc'
517
+ cmake_opts+=' -DCMAKE_CXX_COMPILER=x86_64-linux-gnu-g++'
518
+ elif "${arch_i686}"
519
then
520
cmake_opts+=' -DCMAKE_C_COMPILER=i686-linux-gnu-gcc'
521
cmake_opts+=' -DCMAKE_CXX_COMPILER=i686-linux-gnu-g++'
0 commit comments