Skip to content

Commit

Permalink
Update meson.build
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 authored Jan 11, 2025
1 parent 8bcf4ff commit e49b39d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions subprojects/packagefiles/quickjs-ng/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# DO not forget to update QJS_VERSION_MAJOR/QJS_VERSION_MINOR/QJS_VERSION_PATCH when upgrading version
project('quickjs-ng', 'c', version: '0.8.0', default_options: ['c_std=c11'])


Expand All @@ -9,13 +8,6 @@ deps = [dep_m, dep_threads]

msvc_compat = cc.get_id() == 'msvc' or cc.get_id() == 'clang-cl'

add_project_arguments(
'-DQJS_VERSION_MAJOR=0',
'-DQJS_VERSION_MINOR=8',
'-DQJS_VERSION_PATCH=0',
language: 'c',
)

add_project_arguments(
cc.get_supported_arguments(
'-Wno-implicit-fallthrough',
Expand Down

0 comments on commit e49b39d

Please sign in to comment.