mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 11:42:27 +00:00
fix: hopefully get assets building
This commit is contained in:
+4
-1
@@ -9,6 +9,9 @@ project('4jcraft-chucklegrounds', ['cpp', 'c'],
|
||||
],
|
||||
)
|
||||
|
||||
pymod = import('python')
|
||||
python = pymod.find_installation('python3', required: true)
|
||||
|
||||
cc = meson.get_compiler('cpp')
|
||||
|
||||
# system deps
|
||||
@@ -50,4 +53,4 @@ subdir('4J.Profile')
|
||||
subdir('4J.Storage')
|
||||
subdir('Minecraft.Assets')
|
||||
subdir('Minecraft.World')
|
||||
subdir('Minecraft.Client')
|
||||
subdir('Minecraft.Client')
|
||||
Reference in New Issue
Block a user