diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2024-07-02 22:14:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-02 22:14:54 +0100 |
| commit | 8b49549fd3cc7c7dc73dc79566b24c514392b4aa (patch) | |
| tree | 25c343fd898de212f7bd84862c409ce7ea9952c9 /src/build_settings.cpp | |
| parent | 0ceae51223d58534343c3d428d611a4bd6123779 (diff) | |
| parent | 5399093050f192c13ea494e69455be8e1052e06c (diff) | |
Merge pull request #3859 from laytan/wasm-stbtt-object-linking-preopens
wasm: support `vendor:stb/truetype` and `vendor:fontstash`
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index c3b4f2506..9c93a5b69 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -860,15 +860,6 @@ gb_internal bool is_arch_x86(void) { return false; } -gb_internal bool allow_check_foreign_filepath(void) { - switch (build_context.metrics.arch) { - case TargetArch_wasm32: - case TargetArch_wasm64p32: - return false; - } - return true; -} - // TODO(bill): OS dependent versions for the BuildContext // join_path // is_dir |