Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed Jul 15, 2023
1 parent b09b9ad commit e555498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ adbc: priv_dir
-DCMAKE_BUILD_TYPE="$(CMAKE_BUILD_TYPE)" \
-DCMAKE_INSTALL_PREFIX="$(PRIV_DIR)" \
-DADBC_DEPENDENCY_SOURCE=BUNDLED \
$(CMAKE_CONFIGURE_FLAGS) $(CMAKE_ADBC_OPTIONS) "$(ADBC_C_SRC_22)" && \
$(CMAKE_CONFIGURE_FLAGS) $(CMAKE_ADBC_OPTIONS) "$(ADBC_C_SRC)" && \
cmake --build . --target install -j ; \
fi

Expand Down

0 comments on commit e555498

Please sign in to comment.