Skip to content

Commit 45e77de

Browse files
committed
Add patch for raphf
1 parent 2a031a6 commit 45e77de

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
$fn = @"
2+
ARG_ENABLE("raphf", "for raphf support", "no");
3+
4+
base_dir = get_define('BUILD_DIR');
5+
WScript.Echo("Creating " + base_dir + "\\src" + "...");
6+
FSO.CreateFolder(base_dir+"\\src");
7+
"@
8+
9+
(Get-Content config.w32) | ForEach-Object { $_.Replace('ARG_ENABLE("raphf", "for raphf support", "no");', $fn) } | Set-Content config.w32
10+
(Get-Content config.w32) | ForEach-Object { $_.Replace('ADD_SOURCES', '//ADD_SOURCES') } | Set-Content config.w32

0 commit comments

Comments
 (0)