##// END OF EJS Templates
Fixes the ability to enter a name with only spaces when renaming variables
Fixes the ability to enter a name with only spaces when renaming variables

File last commit:

r579:3dbb981097b0
r657:0bbf90c7e3d0
Show More
build.sh
8 lines | 117 B | application/x-sh | BashLexer
#!/bin/bash
mkdir build
meson --prefix=/tmp/SciQLOP.app --bindir=Contents/MacOS build
cd build
ninja
ninja install