This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~ | |
mkdir .gyp | |
nano .gyp/include.gypi | |
paste the following | |
{ | |
'variables': { | |
'linux_use_gold_binary' : 0, | |
'linux_use_gold_flags' : 0, | |
'target_arch': 'arm', | |
'disable_nacl': 1, # NaCL does not build for ARM. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Page url: <span id="location"></span> | |
<div> | |
<span class="url">http://fiddle.jshell.net</span> <span>true</span></div> | |
<div><span class="url">http://fiddle.jshell.net:80</span> <span>true</span></div> | |
<div><span class="url">//fiddle.jshell.net</span> <span>true</span></div> | |
<div><span class="url">//fiddle.jshell.net:80</span> <span>true</span></div> | |
<div><span class="url">http://fiddle.jshell.net:81</span> <span>false</span></div> | |
<div><span class="url">https://fiddle.jshell.net</span> <span>false</span></div> |