Windshaft-cartodb/scripts/install.sh
2017-03-22 13:08:12 +01:00

8 lines
135 B
Bash

#!/bin/bash
if [[ "$OSTYPE" == "darwin"* ]]; then
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/opt/X11/lib/pkgconfig
fi
yarn