File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -159,12 +159,6 @@ cdata.set_quoted('CONFIGURE_ARGS', '')
159
159
# Basic platform specific configuration
160
160
###############################################################
161
161
162
- # meson's system names don't quite map to our "traditional" names. In some
163
- # places we need the "traditional" name, e.g., for mapping
164
- # src/include/port/$os.h to src/include/pg_config_os.h. Define portname for
165
- # that purpose.
166
- portname = host_system
167
-
168
162
exesuffix = '' # overridden below where necessary
169
163
dlsuffix = ' .so' # overridden below where necessary
170
164
library_path_var = ' LD_LIBRARY_PATH'
@@ -192,6 +186,12 @@ if host_system == 'dragonfly'
192
186
host_system = ' netbsd'
193
187
endif
194
188
189
+ # meson's system names don't quite map to our "traditional" names. In some
190
+ # places we need the "traditional" name, e.g., for mapping
191
+ # src/include/port/$os.h to src/include/pg_config_os.h. Define portname for
192
+ # that purpose.
193
+ portname = host_system
194
+
195
195
if host_system == ' aix'
196
196
library_path_var = ' LIBPATH'
197
197
You can’t perform that action at this time.
0 commit comments