Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Made the PREFIX a realpath
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Aug 17, 2023
1 parent efda5c2 commit b4c0dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/_build_getopts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ while getopts ":d:p:m:h" ARG; do
DEPENDENCY_DIR=$(realpath ${OPTARG})
;;
p)
PREFIX="${OPTARG}"
PREFIX=$(realpath ${OPTARG})
;;
m)
MACOSX_DEPLOYMENT_TARGET="${OPTARG}"
Expand Down

0 comments on commit b4c0dd8

Please sign in to comment.