mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
Merge pull request #237 from DavidWyand-GG/BulletBuilding
Compile Bullet library under Windows
This commit is contained in:
commit
67eb2a8d2d
1 changed files with 1 additions and 2 deletions
|
|
@ -35,8 +35,7 @@ beginModule( 'bullet' );
|
||||||
{
|
{
|
||||||
addProjectDependency( 'libbullet' );
|
addProjectDependency( 'libbullet' );
|
||||||
|
|
||||||
if (Generator::$platform != "win32")
|
addSolutionProjectRef( 'libbullet' );
|
||||||
addSolutionProjectRef( 'libbullet' );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
endModule();
|
endModule();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue