You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +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.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user