Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

Commit

Permalink
Fix folder structure for Xcode build.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Sep 18, 2019
1 parent df28126 commit 85d6a5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 3 additions & 1 deletion common/common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
'official_build_target%': '',
'build_standard_win%': 'c++17',
'libs_loc%': '<(DEPTH)/../../../Libraries',
'submodules_loc%': '<(DEPTH)/../ThirdParty',
'submodules_loc%': '<(DEPTH)/..',
'third_party_loc%': '<(DEPTH)/../ThirdParty',
},
'build_os%': '<(build_os)',
'build_win%': '<(build_win)',
Expand All @@ -59,6 +60,7 @@
'build_standard_win%': '<(build_standard_win)',
'libs_loc%': '<(libs_loc)',
'submodules_loc%': '<(submodules_loc)',
'third_party_loc%': '<(third_party_loc)',

# GYP does not support per-configuration libraries :(
# So they will be emulated through additional link flags,
Expand Down
4 changes: 0 additions & 4 deletions modules/qt.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -198,14 +198,10 @@
],
'conditions': [
[ 'build_linux', {
'dependencies': [
'<(DEPTH)/linux_glibc_wraps.gyp:linux_glibc_wraps',
],
'library_dirs': [
'<(qt_loc)/plugins/platforminputcontexts',
],
'libraries': [
'<(PRODUCT_DIR)/obj.target/liblinux_glibc_wraps.a',
'<(linux_path_xkbcommon)/lib/libxkbcommon.a',
'<@(qt_libs_release)',
'<(linux_lib_ssl)',
Expand Down

0 comments on commit 85d6a5a

Please sign in to comment.