Windshaft-cartodb/scripts/install.sh

8 lines
135 B
Bash
Raw Normal View History

2015-03-08 18:36:31 +08:00
#!/bin/bash
if [[ "$OSTYPE" == "darwin"* ]]; then
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/opt/X11/lib/pkgconfig
fi
2017-03-22 20:08:12 +08:00
yarn