diff options
| author | Michael Forney <mforney@mforney.org> | 2019-12-16 23:48:22 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-12-16 23:48:22 -0800 |
| commit | 2255c43da734bc297f5606289616d31798cb32be (patch) | |
| tree | 92d6b00c014282d355141f6f661043d2f1c8df47 /pkg/unzip/gen.lua | |
| parent | 8f32745795a95fa7ce4ea48e6ca88fe9d35609c0 (diff) | |
Use $basedir to refer to paths relative to base source tree
Diffstat (limited to 'pkg/unzip/gen.lua')
| -rw-r--r-- | pkg/unzip/gen.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/unzip/gen.lua b/pkg/unzip/gen.lua index 8127f4dc..89616c2e 100644 --- a/pkg/unzip/gen.lua +++ b/pkg/unzip/gen.lua @@ -1,7 +1,7 @@ cflags{ '-include $dir/config.h', '-I $srcdir', - '-I pkg/bzip2/src', + '-I $basedir/pkg/bzip2/src', } exe('unzip', [[ |
