Fix SED Pattern
Some checks failed
Minetest-For-Mobile/pipeline/head There was a failure building this commit
Some checks failed
Minetest-For-Mobile/pipeline/head There was a failure building this commit
This commit is contained in:
parent
c6e61f1087
commit
894f2f7700
@ -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_
|
||||
|
Loading…
Reference in New Issue
Block a user