Skip to content

Commit

Permalink
chore: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
karenc-bq committed Jun 20, 2024
1 parent 528db44 commit ac3c791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wix/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,4 @@ ADD_CUSTOM_COMMAND(
OUTPUT mysql_odbc.wxs
DEPENDS mysql_odbc.wxs.in
mysql_common_ui.wxs
COMMAND ${WIX_EXECUTABLE} -arch ${XML_FILE_SOURCE_ARCH} mysql-odbc-${ODBC_VERSION}-${MSI_VERSION}.wxs -o mysql_odbc.wxs.in)
COMMAND ${WIX_EXECUTABLE} -arch ${XML_FILE_SOURCE_ARCH} aws-mysql-odbc-${ODBC_VERSION}-${MSI_VERSION}.wxs -o mysql_odbc.wxs.in)
2 changes: 1 addition & 1 deletion wix/mysql_odbc.wxs.in
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
Description="AWS ODBC Driver for MySQL" Manufacturer="Amazon.com Inc. or affiliates"
InstallerVersion="200" Platform="$(var.odbc_platform)"
Languages="1033" SummaryCodepage="1252" Compressed='yes' />
<?include mysql-connector-odbc-msi-arpprops.xml ?>
<?include mysql-connector-odbc-msi-arpprops.wxs ?>

<!-- *****************************************************************************************
Custom Actions
Expand Down

0 comments on commit ac3c791

Please sign in to comment.