Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
build: fix meson filesystem warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
rr- committed Jul 23, 2024
1 parent 5752c50 commit 2f6aa5f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,7 @@ library(
'TR2X',
dll_sources,
name_prefix: '',
include_directories: [
'src/',
include_directories('subprojects/libtrx/include', is_system: true),
],
include_directories: ['src/'],
dependencies: dll_dependencies,
link_args: link_args,
)

0 comments on commit 2f6aa5f

Please sign in to comment.