diff options
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 4ebe39c..f0d906b 100755 --- a/tools/configure +++ b/tools/configure @@ -62,7 +62,7 @@ simcc () { LDOPTS="-lgdi32 -luser32 -mno-cygwin" else # x11 version - GCCOPTS="$GCCOPTS -DNOCYGWIN" + GCCOPTS="$GCCOPTS" LDOPTS='-L/usr/X11R6/lib -lSM -lICE -lXt -lX11 -lXmu -lSM -lICE -lX11 -lpthread' fi output="rockboxui.exe" # use this as output binary name |