Commit 7717a160 authored by Jerome Wu's avatar Jerome Wu

Add PKG_CONFIG_PATH to var.sh

parent 9a6fcd9e
......@@ -7,6 +7,8 @@ set -euo pipefail
# Include llvm binaries
export PATH=$PATH:$EMSDK/upstream/bin
export PKG_CONFIG_PATH=$PWD/build/lib/pkgconfig
# Flags for code optimization, focus on speed instead
# of size
OPTIM_FLAGS=(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment