readme: for premake the options must come before the 'gmake' or they are silently ignored
This commit is contained in:
@@ -80,9 +80,9 @@ Depending on your system (Linux 32bit, 64bit or Mac OSX) use one of the followin
|
|||||||
Using premake:
|
Using premake:
|
||||||
```
|
```
|
||||||
cd build3
|
cd build3
|
||||||
./premake4_linux gmake --double
|
./premake4_linux --double gmake
|
||||||
./premake4_linux64 gmake --double
|
./premake4_linux64 --double gmake
|
||||||
./premake4_osx gmake --double --enable_pybullet
|
./premake4_osx --double --enable_pybullet gmake
|
||||||
```
|
```
|
||||||
Then
|
Then
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user