diff options
| author | van Hauser <vh@thc.org> | 2020-08-31 19:04:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-31 19:04:37 +0200 |
| commit | 2dffed1cffcd78db16412d0531d2976bfd3bc0fe (patch) | |
| tree | dd41be1ffcc9e471591d7c7bd899baf1987aeb97 /libdislocator | |
| parent | 42ef1968a530d5fe598d53e93431dfcff3727b4b (diff) | |
| parent | e93f78eca53e3b1542d109fd9b4c634831e9fd63 (diff) | |
| download | afl++-2dffed1cffcd78db16412d0531d2976bfd3bc0fe.tar.gz | |
Merge pull request #534 from AFLplusplus/dev
push to stable for GSOC
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 |
