We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2c96e commit 1dad020Copy full SHA for 1dad020
1 file changed
cefpython/var/linux/start-env.sh
@@ -0,0 +1,8 @@
1
+#!/bin/sh
2
+
3
+echo "Adding depot_tools to PATH"
4
+export PATH="$PATH":`pwd`/depot_tools
5
6
+echo "Switching chroot to Precise32 (Ubuntu 12.04 LTS 32 bit)"
7
+precise32
8
0 commit comments