Jump to content

windows based executable after compilation (Linux)


jackyohh
 Share

Recommended Posts

Hi,

it's very strange but i always get an winbased exe after compilation, but i run linux!

that's my script to download and build the game.

#!/bin/sh
set -e
svn co http://svn.wildfiregames.com/public/ps/trunk/ 0ad

cd 0ad/build/workspaces
./update-workspaces.sh -j3
cd gcc
make CONFIG=Release -j3

any ideas?

greetings,

jackyohh

Edited by jackyohh
Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...