diff --git a/src/build_linux.bash b/src/build_linux.bash index 1338818..718addd 100644 --- a/src/build_linux.bash +++ b/src/build_linux.bash @@ -1,3 +1,3 @@ rm -f vcxproj_make.py -wget https://github.com/raw/rcedgar/vcxproj_make/b2b5c7a/vcxproj_make.py +wget https://github.com/raw/rcedgar/vcxproj_make/806d016/vcxproj_make.py ./vcxproj_make.py --openmp diff --git a/src/build_osx.bash b/src/build_osx.bash new file mode 100644 index 0000000..d53fde6 --- /dev/null +++ b/src/build_osx.bash @@ -0,0 +1,3 @@ +rm -f vcxproj_make.py +wget https://github.com/raw/rcedgar/vcxproj_make/806d016/vcxproj_make.py +./vcxproj_make.py --openmp --cppcompiler g++-11