mirror of
https://github.com/fathyb/carbonyl.git
synced 2025-01-08 11:47:27 +08:00
67474982b2
Fixes #28 Fixes #55 Fixes #78
12 lines
207 B
Bash
Executable File
12 lines
207 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
export CARBONYL_ROOT=$(cd $(dirname -- "$0") && dirname -- "$(pwd)")
|
|
export INSTALL_DEPOT_TOOLS="true"
|
|
|
|
source "$CARBONYL_ROOT/scripts/env.sh"
|
|
|
|
(
|
|
cd "$CHROMIUM_SRC" &&
|
|
gn "$@"
|
|
)
|