mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:50:05 +00:00
Make setup/configure scripts common between Linux/macOS
This commit is contained in:
parent
d4b3c1869b
commit
9f7f1bf860
4 changed files with 31 additions and 17 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#!/bin/bash
|
||||
script_dir="$(dirname "$(readlink -f "$0")")"
|
||||
script_source="${BASH_SOURCE[0]:-$0}"
|
||||
script_dir="$(cd "$(dirname "${script_source}")" && pwd)"
|
||||
|
||||
cmake_args=(
|
||||
-B "${build_dir}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue