Skip to content

Commit

Permalink
fix release script for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Jul 24, 2018
1 parent 38eea1a commit d4ac4fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scratch/release.sh
Expand Up @@ -111,7 +111,8 @@ function convert_path() {
cd "${TEMP}"
mkdir -p lua/{build,install}
"${CMAKE}" -E make_directory lua/build
"${CMAKE}" -E make_directory lua/install
"${CMAKE}" \\
-H"\$(convert_path lua)" \\
Expand All @@ -121,7 +122,7 @@ mkdir -p lua/{build,install}
-DCMAKE_INSTALL_PREFIX="\$(convert_path lua/install)" ${EXTRA_FLAGS}
"${CMAKE}" --build "\$(convert_path lua/build)" --target install --config Release
mkdir -p build
"${CMAKE}" -E make_directory build
"${CMAKE}" \\
-H"\$(convert_path source)" \\
-B"\$(convert_path build)" \\
Expand Down

0 comments on commit d4ac4fd

Please sign in to comment.