mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-24 07:53:23 +00:00
Add missing semicolon
This commit is contained in:
parent
1883442d54
commit
bb5876c178
2
debian/rules
vendored
2
debian/rules
vendored
@ -417,7 +417,7 @@ debian-full-build:
|
||||
|
||||
debian-libfuzzer-build:
|
||||
ifeq (${LIBFUZZER_ENABLE},yes)
|
||||
cd $(TARGET_BUILD) \
|
||||
cd $(TARGET_BUILD); \
|
||||
CFLAGS=`dpkg-buildflags --get CFLAGS`; \
|
||||
CFLAGS="$$CFLAGS `dpkg-buildflags --get CPPFLAGS`"; \
|
||||
echo $$CFLAGS; \
|
||||
|
Loading…
Reference in New Issue
Block a user