Skip to content

Commit

Permalink
updated header and build.sh file
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivam7-1 committed Jan 23, 2025
1 parent c154d9f commit de0b51c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects/grass-addons/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Google LLC
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions projects/grass-addons/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -eu
# Copyright 2024 Google LLC
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -20,7 +20,7 @@ mkdir build
cd build

SRC_DIR=/src/grass-addons
FUZZ_TARGET=https://github.com/OSGeo/grass-addons/blob/grass8/Fuzz/fuzz_target.c
FUZZ_TARGET=$SRC_DIR/Fuzz/fuzz_target.c

$CXX $CXXFLAGS -I $SRC_DIR/include $FUZZ_TARGET -o $OUT/fuzz_target \
$LIB_FUZZING_ENGINE $SRC_DIR/src/*.o

0 comments on commit de0b51c

Please sign in to comment.