##// END OF EJS Templates
Fixed wrong plugin path with windows...
Fixed wrong plugin path with windows Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r1395:655463cb68b2
r1401:332611cbdba3
Show More
build.sh
8 lines | 173 B | application/x-sh | BashLexer
#!/bin/bash
mkdir build
meson -Dcpp_args='-DQT_STATICPLUGIN' -Ddefault_library=static --prefix=/tmp/SciQLOP.app --bindir=Contents/MacOS build
cd build
ninja
ninja install