Browse Source

Use $CC variable in build.sh

master
Wesley Kerfoot 6 years ago
parent
commit
ed693a4554
  1. 1
      .envrc
  2. 3
      build.sh

1
.envrc

@ -0,0 +1 @@
export CC=gcc

3
build.sh

@ -1,4 +1,3 @@
#! /usr/bin/env bash
gcc $(pkg-config --cflags --libs x11 x11-xcb xcb gl xcb-glx) $1
$CC $(pkg-config --cflags --libs x11 x11-xcb xcb gl glu xcb-glx) $1

Loading…
Cancel
Save