mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
fbx: Fix include for zlib that broke unbundling
It's possible to link against system zlib on Linux, so we should use system paths.
(cherry picked from commit 93b7406138)
This commit is contained in:
parent
575433b997
commit
2a00a6bfca
2 changed files with 4 additions and 1 deletions
|
|
@ -74,8 +74,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
* @brief Implementation of the FBX parser and the rudimentary DOM that we use
|
||||
*/
|
||||
|
||||
#include "thirdparty/zlib/zlib.h"
|
||||
#include <stdlib.h> /* strtol */
|
||||
#include <zlib.h>
|
||||
|
||||
#include "ByteSwapper.h"
|
||||
#include "FBXParseTools.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue