Skip to content

Commit

Permalink
Update dist.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 authored Jun 11, 2023
1 parent 71b80b0 commit f1727c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1k/dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function dist_lib {
cp install_android_x64/${LIB_NAME}/include/${INC_DIR}${CONF_HEADER} ${DIST_DIR}/include/android-x86_64/${INC_DIR}

elif [ "$CONF_TEMPLATE" = "config_ab.h.in" ] ; then
cp install_win_x86/${LIB_NAME}/include/${INC_DIR}${CONF_HEADER} ${DIST_DIR}/include/win/${INC_DIR}
cp install_win_x64/${LIB_NAME}/include/${INC_DIR}${CONF_HEADER} ${DIST_DIR}/include/win/${INC_DIR}
cp install_linux_x64/${LIB_NAME}/include/${INC_DIR}${CONF_HEADER} ${DIST_DIR}/include/unix/${INC_DIR}
fi
fi
Expand Down

0 comments on commit f1727c3

Please sign in to comment.