Browse Source

core update

Kajetan Johannes Hammerle 2 years ago
parent
commit
2e61141201
2 changed files with 2 additions and 2 deletions
  1. 1 1
      meson.build
  2. 1 1
      subprojects/gaming-core

+ 1 - 1
meson.build

@@ -58,7 +58,7 @@ common = static_library('common',
     cpp_args: args)
 common_dep = declare_dependency(
     link_with: common, 
-    include_directories: ['subprojects/gaming-core'])
+    include_directories: libgamingcore_proj.get_variable('libgamingcore_include'))
 
 if host_machine.system() == 'linux'
     liblonelytiger_proj = subproject('lonely-tiger')

+ 1 - 1
subprojects/gaming-core

@@ -1 +1 @@
-Subproject commit a683bc6543c5ff5b5050218e43707e8e6d887884
+Subproject commit eea302e44bb481f8d7461da420f82cfda0258ae5