Skip to content

Commit

Permalink
building 5.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhonny Knaak de Vargas committed Oct 12, 2022
1 parent 9f4a962 commit cc0e891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ nozlib = []
nolibcxx = []

[build-dependencies]
bindgen = "0.60.1"
bindgen = "0.59.2"
vcpkg = "0.2.15"
ureq = "2.5"
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion install_assimp.bash
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [ ! -d ${path_assimp_repo} ]; then
fi

if [ ! -d ${path_assimp_build} ]; then
mkdir ${path_assimp_build}
mkdir ${path_assimp_build}
# shellcheck disable=SC2164
cd ${path_assimp_build}
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_INSTALL_PREFIX=/usr/local -G Ninja ..
Expand Down

0 comments on commit cc0e891

Please sign in to comment.