Commit 99472547 authored by unknown's avatar unknown

- fixed broken shellcode

parent 96634253
......@@ -260,7 +260,7 @@ export PATH
# Use gcc for C and C++ code (to avoid a dependency on libstdc++ and
# including exceptions into the code
test -z $CXX && test -z $CC
if [ -z "$CXX" -a -z "$CC" ]
then
export CC="gcc"
export CXX="gcc"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment