mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
Merge pull request #237 from DavidWyand-GG/BulletBuilding
Compile Bullet library under Windows
This commit is contained in:
commit
67eb2a8d2d
|
|
@ -35,8 +35,7 @@ beginModule( 'bullet' );
|
|||
{
|
||||
addProjectDependency( 'libbullet' );
|
||||
|
||||
if (Generator::$platform != "win32")
|
||||
addSolutionProjectRef( 'libbullet' );
|
||||
addSolutionProjectRef( 'libbullet' );
|
||||
}
|
||||
|
||||
endModule();
|
||||
|
|
|
|||
Loading…
Reference in a new issue