Skip to content

Commit

Permalink
Fix include dir
Browse files Browse the repository at this point in the history
lemonmojo committed Jul 4, 2024
1 parent 7e30c2c commit d082064
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
@@ -73,7 +73,8 @@ copy_output() {
cp "libcjson.a" "${target_dir}/lib"

mkdir "${target_dir}/include"
cp "${SRC_DIR}/cJSON.h" "${target_dir}/include"
mkdir "${target_dir}/include/cjson"
cp "${SRC_DIR}/cJSON.h" "${target_dir}/include/cjson"
}

build_macos() {

0 comments on commit d082064

Please sign in to comment.