We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc2b6e commit 792b393Copy full SHA for 792b393
UnixConsoleEcho.build.ps1
@@ -41,7 +41,7 @@ task BuildNative {
41
}
42
43
# If not Windows or Linux then assume MacOS
44
- g++ -dynamiclib -o $PSScriptRoot/src/Native/Unix/build/libdisablekeyecho.dylib $PSScriptRoot/src/Native/Unix/disable_key_echo.cpp
+ g++ -dynamiclib -o $PSScriptRoot/src/Native/Unix/build/libdisablekeyecho.dylib $PSScriptRoot/src/Native/Unix/disable_key_echo.cpp -std=c++0x
45
46
47
task DoPack {
0 commit comments