Skip to content

Commit

Permalink
Removed unbound variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Nov 11, 2022
1 parent 4e253de commit f2e2cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/build_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ popd
# build libraw
pushd "$SRC/libraw"
autoreconf -fiv
./configure --prefix="$WORK" --with-pic=yes --disable-examples PKG_CONFIG_PATH="$WORK/lib/pkgconfig" CXXFLAGS="$CXXFLAGS -DLIBRAW_USE_CALLOC_INSTEAD_OF_MALLOC=on"
./configure --prefix="$WORK" --with-pic=yes --disable-examples PKG_CONFIG_PATH="$WORK/lib/pkgconfig" CXXFLAGS="-DLIBRAW_USE_CALLOC_INSTEAD_OF_MALLOC=on"
make -j$(nproc)
make install
popd
Expand Down

0 comments on commit f2e2cc8

Please sign in to comment.