Feature #1360 ยป 0048-ci-build.sh-Execute-emsbuild.sh-with-relative-path.patch
| scripts/ci-build.sh | ||
|---|---|---|
|   fi | ||
| ) | ||
| EMSDKDIR="$(cd ../emsdk && pwd)" | ||
| mkdir build | ||
| cd build | ||
| ../platforms/emscripten/emsbuild.sh "${EMSDKDIR}" | ||
| ../platforms/emscripten/emsbuild.sh "../../emsdk" | ||
| echo "Freeciv build successful!" | ||
| ;; | ||