Skip to content

Commit 03ff552

Browse files
committed
fixed windows paths
1 parent 9b39b81 commit 03ff552

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

platforms/win/x64/external.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,5 +219,5 @@ cp -r libppuc/libppuc/third-party/include/yaml-cpp ../third-party/include/
219219
cp -r libppuc/libppuc/third-party/include/io-boards ../third-party/include/
220220
cp libppuc/libppuc/build/${BUILD_TYPE}/ppuc64.lib ../third-party/build-libs/win-x64/
221221
cp libppuc/libppuc/build/${BUILD_TYPE}/ppuc64.dll ../third-party/runtime-libs/win-x64/
222-
cp -a libppuc/libppuc/third-party/build-libs/windows/x64/yaml-cpp.lib ../third-party/build-libs/win-x64/
223-
cp -a libppuc/libppuc/third-party/runtime-libs/windows/x64/yaml-cpp.dll ../third-party/runtime-libs/win-x64/
222+
cp -a libppuc/libppuc/third-party/build-libs/win/x64/yaml-cpp.lib ../third-party/build-libs/win-x64/
223+
cp -a libppuc/libppuc/third-party/runtime-libs/win/x64/yaml-cpp.dll ../third-party/runtime-libs/win-x64/

platforms/win/x86/external.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,5 +220,5 @@ cp -r libppuc/libppuc/third-party/include/yaml-cpp ../third-party/include/
220220
cp -r libppuc/libppuc/third-party/include/io-boards ../third-party/include/
221221
cp libppuc/libppuc/build/${BUILD_TYPE}/ppuc.lib ../third-party/build-libs/win-x86/
222222
cp libppuc/libppuc/build/${BUILD_TYPE}/ppuc.dll ../third-party/runtime-libs/win-x86/
223-
cp -a libppuc/libppuc/third-party/build-libs/windows/x86/yaml-cpp.lib ../third-party/build-libs/win-x86/
224-
cp -a libppuc/libppuc/third-party/runtime-libs/windows/x86/yaml-cpp.dll ../third-party/runtime-libs/win-x86/
223+
cp -a libppuc/libppuc/third-party/build-libs/win/x86/yaml-cpp.lib ../third-party/build-libs/win-x86/
224+
cp -a libppuc/libppuc/third-party/runtime-libs/win/x86/yaml-cpp.dll ../third-party/runtime-libs/win-x86/

0 commit comments

Comments
 (0)