mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-12 03:48:22 +00:00
fix non-unity build
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "Stitcher.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "StitchSlot.h"
|
||||
#include "Texture.h"
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
#include <ranges>
|
||||
#include <utility>
|
||||
#include <cassert>
|
||||
|
||||
#include "java/InputOutputStream/ByteArrayInputStream.h"
|
||||
#include "java/InputOutputStream/DataInputStream.h"
|
||||
|
||||
@@ -6,8 +6,6 @@
|
||||
fs = import('fs')
|
||||
minecraft_sources = files(fs.read('sources.txt').strip().split('\n'))
|
||||
|
||||
crypto_dep = dependency('libcrypto') # for MD5 in Hasher.cpp on Linux
|
||||
|
||||
lib_minecraft = static_library('minecraft',
|
||||
minecraft_sources,
|
||||
dependencies : [
|
||||
|
||||
Reference in New Issue
Block a user