Skip to content

Commit

Permalink
Merge PR #2405: overlay: escape backslashes in overlay-shared.pro.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrautz committed Jul 7, 2016
2 parents d82ee96 + 0d1244d commit 238618d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay/overlay-shared.pro
Expand Up @@ -50,7 +50,7 @@ CONFIG(debug, debug|release) {

# Override fxc binary for the x86 build.
CONFIG(force-x86-toolchain) {
FXC = "\"$$(DXSDK_DIR)\Utilities\bin\x86\fxc.exe\""
FXC = "\"$$(DXSDK_DIR)\\Utilities\\bin\\x86\\fxc.exe\""
} else {
FXC = fxc.exe
}
Expand Down

0 comments on commit 238618d

Please sign in to comment.