diff options
| author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-08-31 20:34:28 +0200 |
|---|---|---|
| committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-08-31 20:34:28 +0200 |
| commit | 8ca4414d70df515b504beefddcc3ad3615a4216a (patch) | |
| tree | ca8a552d322f4b2d79a9feff01f870e891813207 /libdislocator | |
| parent | 6090bb1bca81229a4c6ae178e1cef0e35bd31a96 (diff) | |
| parent | a552631d3b04da880f18a25860169ac4ccd8f85b (diff) | |
| download | afl++-8ca4414d70df515b504beefddcc3ad3615a4216a.tar.gz | |
merge conflicts
Diffstat (limited to 'libdislocator')
| -rw-r--r-- | libdislocator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdislocator/Makefile b/libdislocator/Makefile index f9c4cb65..1c2fcaa7 100644 --- a/libdislocator/Makefile +++ b/libdislocator/Makefile @@ -28,7 +28,7 @@ all: libdislocator.so VPATH = .. libdislocator.so: libdislocator.so.c ../config.h - $(CC) $(CFLAGS) -shared -fPIC libdislocator.so.c -o ../$@ $(LDFLAGS) + $(CC) $(CFLAGS) $(CPPFLAGS) -shared -fPIC libdislocator.so.c -o ../$@ $(LDFLAGS) .NOTPARALLEL: clean |
