diff options
author | Jens Arnold <amiconn@rockbox.org> | 2005-02-27 07:58:01 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2005-02-27 07:58:01 +0000 |
commit | 3d0ae46ac6b40307bd654c618708309470d47dc6 (patch) | |
tree | 6e78796e9480ed66a3dcb981f068a340266dc8e8 /tools/configure | |
parent | 5da99ed57079cb9100a0ae790ba2abc1496d0559 (diff) |
No NOCYGWIN for the X11 simulator.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6072 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 4ebe39c37a..f0d906b0b2 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 |