Fix SED Pattern
Some checks failed
Minetest-For-Mobile/pipeline/head There was a failure building this commit

This commit is contained in:
TheBrokenRail 2020-12-22 20:09:14 +00:00
parent c6e61f1087
commit 894f2f7700

View File

@ -18,7 +18,7 @@ disable_feature() {
}
enable_feature() {
sed -i "s/^\/\/#define $1.*$/#define $1/g" include/IrrCompileConfig.h
sed -i "s/^#define NO_$1.*$//g" include/IrrCompileConfig.h
sed -i "s/^#define NO$1.*$//g" include/IrrCompileConfig.h
}
disable_feature _IRR_COMPILE_WITH_OPENGL_